SessionContainerTryRemoveSession Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool TryRemoveSession(
CallSession session
)
Public Function TryRemoveSession (
session As CallSession
) As Boolean
public:
bool TryRemoveSession(
CallSession^ session
)
member TryRemoveSession :
session : CallSession -> bool
Parameters
- session
- Type: Ozeki.VoIPCallSession
Return Value
Type:
BooleanSee Also