Click or drag to resize

IJsonpWsEndUserSetRemoveServerScheduledOperation Method

Deletes an existing scheduled operation. By the method SetRemoveServerScheduledOperation() of Aruba WsEndUser you can delete an existing scheduled operation.
Deletes an existing scheduled operation. By the method SetRemoveServerScheduledOperation() of Aruba WsEndUser you can delete an existing scheduled operation.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetRemoveServerScheduledOperation/{jsonp}/{userName}/{token}/{scheduledOperationId}")]
Stream SetRemoveServerScheduledOperation(
	string jsonp,
	string userName,
	string token,
	string scheduledOperationId
)

Parameters

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

Return Value

Type: Stream
See Also