Click or drag to resize
ResponseEventHandler Constructor
Creates a new instance.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ResponseEventHandler(
	ManagerConnection connection,
	ManagerActionEvent action,
	AutoResetEvent autoEvent
)

Parameters

connection
Type: AsterNET.ManagerManagerConnection

[Missing <param name="connection"/> documentation for "M:AsterNET.Manager.ResponseEventHandler.#ctor(AsterNET.Manager.ManagerConnection,AsterNET.Manager.Action.ManagerActionEvent,System.Threading.AutoResetEvent)"]

action
Type: AsterNET.Manager.ActionManagerActionEvent

[Missing <param name="action"/> documentation for "M:AsterNET.Manager.ResponseEventHandler.#ctor(AsterNET.Manager.ManagerConnection,AsterNET.Manager.Action.ManagerActionEvent,System.Threading.AutoResetEvent)"]

autoEvent
Type: System.ThreadingAutoResetEvent

[Missing <param name="autoEvent"/> documentation for "M:AsterNET.Manager.ResponseEventHandler.#ctor(AsterNET.Manager.ManagerConnection,AsterNET.Manager.Action.ManagerActionEvent,System.Threading.AutoResetEvent)"]

See Also