Click or drag to resize

Register Constructor

Initializes a new instance of the Register class

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public Register(
	CallFlowContext ctx,
	TimeSpan timeout
)

Parameters

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Register.#ctor(CallFlowFramework.CallFlowContext,System.TimeSpan)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Register.#ctor(CallFlowFramework.CallFlowContext,System.TimeSpan)"]

See Also