WsDNSBaseSetRemoveDNS Method (String, String, String, String)
|
Method can be used to remove a Dns zone owned by authenticated user.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Stream SetRemoveDNS(
string jsonp,
string userName,
string token,
string dnsServiceID
)
Public Function SetRemoveDNS (
jsonp As String,
userName As String,
token As String,
dnsServiceID As String
) As Stream
public:
virtual Stream^ SetRemoveDNS(
String^ jsonp,
String^ userName,
String^ token,
String^ dnsServiceID
) sealed
abstract SetRemoveDNS :
jsonp : string *
userName : string *
token : string *
dnsServiceID : string -> Stream
override SetRemoveDNS :
jsonp : string *
userName : string *
token : string *
dnsServiceID : string -> Stream public final function SetRemoveDNS(
jsonp : String,
userName : String,
token : String,
dnsServiceID : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- dnsServiceID
- Type: SystemString
Return Value
Type:
StreamImplements
IWsDNSJsonpSetRemoveDNS(String, String, String, String)
See Also