Click or drag to resize

IWsCommonJsonpSetDeviceDisconnected Method

Namespace:  Aruba.Cloud.WsCommon
Assembly:  Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetDeviceDisconnected/{jsonp}/{username}/{token}/?deviceId={deviceId}&os={osType}")]
Stream SetDeviceDisconnected(
	string jsonp,
	string username,
	string token,
	string deviceId,
	string osType
)

Parameters

jsonp
Type: SystemString
username
Type: SystemString
token
Type: SystemString
deviceId
Type: SystemString
osType
Type: SystemString

Return Value

Type: Stream
See Also