ISessionContainerPbxTryRemoveSession Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxbool TryRemoveSession(
CallSession session
)
Function TryRemoveSession (
session As CallSession
) As Boolean
bool TryRemoveSession(
CallSession^ session
)
abstract TryRemoveSession :
session : CallSession -> bool
Parameters
- session
- Type: Ozeki.VoIPCallSession
Return Value
Type:
Boolean
See Also