Click or drag to resize

CallProgressEventArgs Constructor

Constructor for Call Progress Events

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public CallProgressEventArgs(
	CallProgressEvent callProgressEvent,
	string sipMessage
)

Parameters

callProgressEvent
Type: CallProgressEvent

[Missing <param name="callProgressEvent"/> documentation for "M:VoiceElements.Client.CallProgressEventArgs.#ctor(VoiceElements.Interface.CallProgressEvent,System.String)"]

sipMessage
Type: SystemString

[Missing <param name="sipMessage"/> documentation for "M:VoiceElements.Client.CallProgressEventArgs.#ctor(VoiceElements.Interface.CallProgressEvent,System.String)"]

See Also