Namespace: hr.tis.mgw.client.charging
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Overrides Function reserveVolume ( _
	user As String, _
	volume As Long, _
	billingText As String, _
	username As String, _
	password As String _
) As Charging
C#
public override Charging reserveVolume (
	string user,
	long volume,
	string billingText,
	string username,
	string password
)
Visual C++
public:
virtual Charging^ reserveVolume (
	String^ user, 
	long long volume, 
	String^ billingText, 
	String^ username, 
	String^ password
) override

Parameters

user
System.String
volume
System.Int64
billingText
System.String
username
System.String
password
System.String