Click or drag to resize

IJsonPostWsEndUserGetScheduledOperations Method

Retrieve operations including scheduled between the two dates. By the method GetScheduledOperations () of Aruba WsEndUser you can retrieve all scheduled operations between 2 dates and belonging to the authenticated user.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream GetScheduledOperations(
	GetScheduledOperationRequest request
)

Parameters

request
Type: Aruba.Cloud.WsEndUser.JsonGetScheduledOperationRequest

Return Value

Type: Stream
See Also