IWsCommonJsonpSetNewDeviceId 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 = "SetNewDeviceId/{jsonp}/{username}/{token}/?olddeviceId={oldDeviceId}&newdeviceid={newDeviceId}&os={osType}")]
Stream SetNewDeviceId(
string jsonp,
string username,
string token,
string oldDeviceId,
string newDeviceId,
string osType
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetNewDeviceId/{jsonp}/{username}/{token}/?olddeviceId={oldDeviceId}&newdeviceid={newDeviceId}&os={osType}")>
Function SetNewDeviceId (
jsonp As String,
username As String,
token As String,
oldDeviceId As String,
newDeviceId As String,
osType As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetNewDeviceId/{jsonp}/{username}/{token}/?olddeviceId={oldDeviceId}&newdeviceid={newDeviceId}&os={osType}")]
Stream^ SetNewDeviceId(
String^ jsonp,
String^ username,
String^ token,
String^ oldDeviceId,
String^ newDeviceId,
String^ osType
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetNewDeviceId/{jsonp}/{username}/{token}/?olddeviceId={oldDeviceId}&newdeviceid={newDeviceId}&os={osType}")>]
abstract SetNewDeviceId :
jsonp : string *
username : string *
token : string *
oldDeviceId : string *
newDeviceId : string *
osType : string -> Stream
function SetNewDeviceId(
jsonp : String,
username : String,
token : String,
oldDeviceId : String,
newDeviceId : String,
osType : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- username
- Type: SystemString
- token
- Type: SystemString
- oldDeviceId
- Type: SystemString
- newDeviceId
- Type: SystemString
- osType
- Type: SystemString
Return Value
Type:
Stream
See Also