Click or drag to resize

TalkCreateEcho Method

Transmitter: Echo sender Receiver: Echo receiver

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static Talk CreateEcho(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

Return Value

Type: Talk

[Missing <returns> documentation for "M:CallFlowFramework.Nodes.Talk.CreateEcho(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan)"]

See Also