WsDNSBaseGetLogs Method (String, String, String, String, String)
|
Method retrieve a list of completed and failded jobs related to Dns operations.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Stream GetLogs(
string jsonp,
string userName,
string token,
string fromDate,
string toDate
)
Public Function GetLogs (
jsonp As String,
userName As String,
token As String,
fromDate As String,
toDate As String
) As Stream
public:
virtual Stream^ GetLogs(
String^ jsonp,
String^ userName,
String^ token,
String^ fromDate,
String^ toDate
) sealed
abstract GetLogs :
jsonp : string *
userName : string *
token : string *
fromDate : string *
toDate : string -> Stream
override GetLogs :
jsonp : string *
userName : string *
token : string *
fromDate : string *
toDate : string -> Stream public final function GetLogs(
jsonp : String,
userName : String,
token : String,
fromDate : String,
toDate : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- fromDate
- Type: SystemString
- toDate
- Type: SystemString
Return Value
Type:
StreamImplements
IWsDNSJsonpGetLogs(String, String, String, String, String)
See Also