Initializes a new instance of the EchoSoundConfig class

Namespace: OPSSDKCommon.Model.Config
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public EchoSoundConfig(
	string localExtension,
	string displayName,
	string greetingMessage,
	string byeMessage,
	int duration,
	bool enabled,
	EchoTestType echoTestType
)
Visual Basic
Public Sub New ( 
	localExtension As String,
	displayName As String,
	greetingMessage As String,
	byeMessage As String,
	duration As Integer,
	enabled As Boolean,
	echoTestType As EchoTestType
)
Visual C++
public:
EchoSoundConfig(
	String^ localExtension, 
	String^ displayName, 
	String^ greetingMessage, 
	String^ byeMessage, 
	int duration, 
	bool enabled, 
	EchoTestType echoTestType
)

Parameters

localExtension
Type: System..::..String

[Missing <param name="localExtension"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

displayName
Type: System..::..String

[Missing <param name="displayName"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

greetingMessage
Type: System..::..String

[Missing <param name="greetingMessage"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

byeMessage
Type: System..::..String

[Missing <param name="byeMessage"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

duration
Type: System..::..Int32

[Missing <param name="duration"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

enabled
Type: System..::..Boolean

[Missing <param name="enabled"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

echoTestType
Type: OPSSDKCommon.Model.Config..::..EchoTestType

[Missing <param name="echoTestType"/> documentation for "M:OPSSDKCommon.Model.Config.EchoSoundConfig.#ctor(System.String,System.String,System.String,System.String,System.Int32,System.Boolean,OPSSDKCommon.Model.Config.EchoTestType)"]

See Also