Click or drag to resize
ManagerConnectionSendAction Method (ManagerAction, Int32)
Send action ans with timeout (milliseconds)

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ManagerResponse SendAction(
	ManagerAction action,
	int timeOut
)

Parameters

action
Type: AsterNET.Manager.ActionManagerAction
action to send
timeOut
Type: SystemInt32

[Missing <param name="timeOut"/> documentation for "M:AsterNET.Manager.ManagerConnection.SendAction(AsterNET.Manager.Action.ManagerAction,System.Int32)"]

Return Value

Type: ManagerResponse

[Missing <returns> documentation for "M:AsterNET.Manager.ManagerConnection.SendAction(AsterNET.Manager.Action.ManagerAction,System.Int32)"]

See Also