Click or drag to resize

NewClientCallbackArgs Constructor

Initializes a new instance of the NewClientCallbackArgs class

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
public NewClientCallbackArgs(
	ClientCallbackProxy clientCallbackProxy,
	Guid guid
)

Parameters

clientCallbackProxy
Type: ClientCallbackProxy

[Missing <param name="clientCallbackProxy"/> documentation for "M:VoiceElements.Interface.NewClientCallbackArgs.#ctor(VoiceElements.Interface.ClientCallbackProxy,System.Guid)"]

guid
Type: SystemGuid

[Missing <param name="guid"/> documentation for "M:VoiceElements.Interface.NewClientCallbackArgs.#ctor(VoiceElements.Interface.ClientCallbackProxy,System.Guid)"]

See Also