CallContainerTContainsKey Method (PendingDialogID) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool ContainsKey(
PendingDialogID pendingCallID
)
Public Function ContainsKey (
pendingCallID As PendingDialogID
) As Boolean
public:
bool ContainsKey(
PendingDialogID^ pendingCallID
)
member ContainsKey :
pendingCallID : PendingDialogID -> bool
Parameters
- pendingCallID
- Type: Ozeki.VoIPPendingDialogID
Return Value
Type:
BooleanSee Also