CallContainerTContainsKey Method (PendingDialogID) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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:
Boolean
See Also