Click or drag to resize

DialogContainerTryGetDialog(DialogID) Method

Gets a dialog from the container.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public ISIPDialog TryGetDialog(
	DialogID dialogID
)

Parameters

dialogID  DialogID

Return Value

ISIPDialog

Implements

IDialogContainerTryGetDialog(DialogID)
See Also