WsDNSBaseGetAllDnsCost Method
|
Method returns total cost of Dns services acquired by authenticated user.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[AuthorizationAttribute]
public WsResult<GetAllDnsCostResponse> GetAllDnsCost()
<AuthorizationAttribute>
Public Function GetAllDnsCost As WsResult(Of GetAllDnsCostResponse)
public:
[AuthorizationAttribute]
virtual WsResult<GetAllDnsCostResponse^>^ GetAllDnsCost() sealed
[<AuthorizationAttribute>]
abstract GetAllDnsCost : unit -> WsResult<GetAllDnsCostResponse>
[<AuthorizationAttribute>]
override GetAllDnsCost : unit -> WsResult<GetAllDnsCostResponse>
public final function GetAllDnsCost() : WsResult<GetAllDnsCostResponse>
Return Value
Type:
WsResultGetAllDnsCostResponseImplements
IWsDNSGetAllDnsCost
See Also