CallContainerTRemovePendingCall Method (T) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also