Click or drag to resize

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
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
fromDate
Type: SystemString
toDate
Type: SystemString

Return Value

Type: Stream
See Also