IWsDNSJsonpGetLogs Method
|
Method retrieve a list of completed and failed jobs related to Dns operations.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetLogs/{jsonp}/{userName}/{token}/{fromDate}/{toDate}")]
Stream GetLogs(
string jsonp,
string userName,
string token,
string fromDate,
string toDate
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetLogs/{jsonp}/{userName}/{token}/{fromDate}/{toDate}")>
Function GetLogs (
jsonp As String,
userName As String,
token As String,
fromDate As String,
toDate As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetLogs/{jsonp}/{userName}/{token}/{fromDate}/{toDate}")]
Stream^ GetLogs(
String^ jsonp,
String^ userName,
String^ token,
String^ fromDate,
String^ toDate
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetLogs/{jsonp}/{userName}/{token}/{fromDate}/{toDate}")>]
abstract GetLogs :
jsonp : string *
userName : string *
token : string *
fromDate : string *
toDate : string -> Stream
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:
Stream
See Also