Click or drag to resize

TalkCreateVoiceSender Method

Transmitter: File Sender Receiver: SimpleHeaderParser

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

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name
Type: SystemString

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

loop_playback
Type: SystemBoolean

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

Return Value

Type: Talk

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

See Also