| ManagerConnectionSendAction Method (ManagerAction, Int32) |
Send action ans with timeout (milliseconds)
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ManagerResponse SendAction(
ManagerAction action,
int timeOut
)
Public Function SendAction (
action As ManagerAction,
timeOut As Integer
) As ManagerResponse
public:
ManagerResponse^ SendAction(
ManagerAction^ action,
int timeOut
)
member SendAction :
action : ManagerAction *
timeOut : int -> ManagerResponse
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