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

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ResponseHandler(
	ManagerAction action,
	AutoResetEvent autoEvent
)

Parameters

action
Type: AsterNET.Manager.ActionManagerAction

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

autoEvent
Type: System.ThreadingAutoResetEvent

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

See Also