Click or drag to resize

WaitForCall Constructor

Initializes a new instance of the WaitForCall class

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public WaitForCall(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string whole_call_record_file_name_preambula = null
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

whole_call_record_file_name_preambula (Optional)
Type: SystemString

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

See Also