Click or drag to resize

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)
Syntax
public 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

Implements

IWsDNSJsonpGetLogs(String, String, String, String, String)
See Also