CallContainerTRemovePendingCall Method (PendingDialogID) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool RemovePendingCall(
PendingDialogID pendingCallID
)
Public Function RemovePendingCall (
pendingCallID As PendingDialogID
) As Boolean
public:
bool RemovePendingCall(
PendingDialogID^ pendingCallID
)
member RemovePendingCall :
pendingCallID : PendingDialogID -> bool
Parameters
- pendingCallID
- Type: Ozeki.VoIPPendingDialogID
Return Value
Type:
Boolean
See Also