Click or drag to resize

IWsEndUserSetSendAssistanceRequest Method

Note: This API is now obsolete.

This method should be used when an user wants to send a previously inserted request in Draft status to the assistance team. After successful execution of the method of assistance team will take care of the request.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("No more supported, check knowledge base for more information.")]
[OperationContractAttribute]
WsResult SetSendAssistanceRequest(
	SendAssistanceRequest request
)

Parameters

request
Type: Aruba.Cloud.Provisioning.EntitiesSendAssistanceRequest

Return Value

Type: WsResult
Exceptions
ExceptionCondition
NotSupportedExceptionNo more supported, check knowledge base for more information
Examples