WsDNSBaseGetAllDnsCost Method (String, String, String)
|
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)
Syntaxpublic Stream GetAllDnsCost(
string jsonp,
string userName,
string token
)
Public Function GetAllDnsCost (
jsonp As String,
userName As String,
token As String
) As Stream
public:
virtual Stream^ GetAllDnsCost(
String^ jsonp,
String^ userName,
String^ token
) sealed
abstract GetAllDnsCost :
jsonp : string *
userName : string *
token : string -> Stream
override GetAllDnsCost :
jsonp : string *
userName : string *
token : string -> Stream public final function GetAllDnsCost(
jsonp : String,
userName : String,
token : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
Return Value
Type:
StreamImplements
IWsDNSJsonpGetAllDnsCost(String, String, String)
See Also