IWsCommonGetUserCounterServices Method
|
Retrieves some statistics about the resources used by the user
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<ServiceCounters> GetUserCounterServices(
int companyId,
Nullable<int> dataCenterId
)
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetUserCounterServices (
companyId As Integer,
dataCenterId As Nullable(Of Integer)
) As WsResult(Of ServiceCounters)
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<ServiceCounters^>^ GetUserCounterServices(
int companyId,
Nullable<int> dataCenterId
)
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetUserCounterServices :
companyId : int *
dataCenterId : Nullable<int> -> WsResult<ServiceCounters>
function GetUserCounterServices(
companyId : int,
dataCenterId : Nullable<int>
) : WsResult<ServiceCounters>
Parameters
- companyId
- Type: SystemInt32
- dataCenterId
- Type: SystemNullableInt32
Return Value
Type:
WsResultServiceCountersServiceCounters
See Also