Click or drag to resize

VoiceSenderSettings Constructor

Initializes a new instance of the VoiceSenderSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public VoiceSenderSettings(
	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.Settings.VoiceSenderSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean)"]

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name
Type: SystemString

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

loop_playback
Type: SystemBoolean

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

See Also