Click or drag to resize

IWsEndUserGetControlToolCommandResult Method

Note: This API is now obsolete.

The GetControlToolCommandResult allows to send a text command to the Extra Control Tool on an individual virtual machine, and get the result back.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[ObsoleteAttribute("This Method is deprecated")]
WsResult<string> GetControlToolCommandResult(
	int serverID,
	string command
)

Parameters

serverID
Type: SystemInt32
command
Type: SystemString

Return Value

Type: WsResultString
Examples