WsDNSBaseSetDisableDNS Method (String, String, String, String)
|
Method is aimed to Disable a Dns Zone owned by authenticartted user.
An a record pointing to a courtesy page is set in the zone.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Stream SetDisableDNS(
string jsonp,
string userName,
string token,
string dnsServiceID
)
Public Function SetDisableDNS (
jsonp As String,
userName As String,
token As String,
dnsServiceID As String
) As Stream
public:
virtual Stream^ SetDisableDNS(
String^ jsonp,
String^ userName,
String^ token,
String^ dnsServiceID
) sealed
abstract SetDisableDNS :
jsonp : string *
userName : string *
token : string *
dnsServiceID : string -> Stream
override SetDisableDNS :
jsonp : string *
userName : string *
token : string *
dnsServiceID : string -> Stream public final function SetDisableDNS(
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
IWsDNSJsonpSetDisableDNS(String, String, String, String)
See Also