Click or drag to resize

IJsonpWsEndUserSetControlToolDisable Method

This operation deactivates ControlTool on the specified machine.
The SetControlToolDisable method allows to disable the Extra Control Tool for a given machine.

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 = "SetControlToolDisable/{jsonp}/{userName}/{token}/{serverID}")]
Stream SetControlToolDisable(
	string jsonp,
	string userName,
	string token,
	string serverID
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
serverID
Type: SystemString

Return Value

Type: Stream

Return Value

Type: Stream
Examples