IWsCommonJsonpGetCredit Method
|
The method gets the updated value of the credit for the user. Using the method GetCredit() of Aruba WsCommon
you can check the credit associated with the account specified in the authentication phase. In addition to the
remaining credit, the method GetCredit() displays the value of the granted credit
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetCredit/{jsonp}/{userName}/{token}")]
Stream GetCredit(
string jsonp,
string userName,
string token
)
<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetCredit/{jsonp}/{userName}/{token}")>
Function GetCredit (
jsonp As String,
userName As String,
token As String
) As Stream
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetCredit/{jsonp}/{userName}/{token}")]
Stream^ GetCredit(
String^ jsonp,
String^ userName,
String^ token
)
[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetCredit/{jsonp}/{userName}/{token}")>]
abstract GetCredit :
jsonp : string *
userName : string *
token : string -> Stream
function GetCredit(
jsonp : String,
userName : String,
token : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
Return Value
Type:
StreamSee Also