Click or drag to resize

StreamingStateEventArgs Constructor

Constructor for Call Progress Events

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public StreamingStateEventArgs(
	StreamingStateEvent streamingStateEvent,
	byte[] eventData,
	DateTime timeStamp
)

Parameters

streamingStateEvent
Type: VoiceElements.InterfaceStreamingStateEvent

[Missing <param name="streamingStateEvent"/> documentation for "M:VoiceElements.Client.StreamingStateEventArgs.#ctor(VoiceElements.Interface.StreamingStateEvent,System.Byte[],System.DateTime)"]

eventData
Type: SystemByte

[Missing <param name="eventData"/> documentation for "M:VoiceElements.Client.StreamingStateEventArgs.#ctor(VoiceElements.Interface.StreamingStateEvent,System.Byte[],System.DateTime)"]

timeStamp
Type: SystemDateTime

[Missing <param name="timeStamp"/> documentation for "M:VoiceElements.Client.StreamingStateEventArgs.#ctor(VoiceElements.Interface.StreamingStateEvent,System.Byte[],System.DateTime)"]

See Also