CallContainerTRemoveActiveCall Method (T) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic bool RemoveActiveCall(
T call
)
Public Function RemoveActiveCall (
call As T
) As Boolean
public:
bool RemoveActiveCall(
T call
)
member RemoveActiveCall :
call : 'T -> bool
Parameters
- call
- Type: T
Return Value
Type:
Boolean
See Also