Click or drag to resize

IWsDNSJsonpGetJobs Method

Method retrieve of active active jobs related 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 = "GetJobs/{jsonp}/{userName}/{token}")]
Stream GetJobs(
	string jsonp,
	string userName,
	string token
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString

Return Value

Type: Stream
See Also