Click or drag to resize

TalkCreateWaitForSound Method

Transmitter: Silence Receiver: Sound Detector (sound duration, sec), File Recorder (file name)

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

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name_preambula
Type: SystemString

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

sound_duration
Type: SystemTimeSpan

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

Return Value

Type: Talk

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

See Also