CallContainerTRemovePendingCall Method (T) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: T
Return Value
Type:
Boolean
See Also