IWsCommonGetCredit 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]
WsResult<Credit> GetCredit()
<OperationContractAttribute>
Function GetCredit As WsResult(Of Credit)
[OperationContractAttribute]
WsResult<Credit^>^ GetCredit()
[<OperationContractAttribute>]
abstract GetCredit : unit -> WsResult<Credit>
function GetCredit() : WsResult<Credit>
Return Value
Type:
WsResultCredit
See Also