CallContainerTRemovePendingCall(T) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool RemovePendingCall(
T call
)
Public Function RemovePendingCall (
call As T
) As Boolean
public:
bool RemovePendingCall(
T call
)
member RemovePendingCall :
call : 'T -> bool
Parameters
- call T
-
Return Value
Boolean
See Also