SessionContainerTryRemoveSession Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool TryRemoveSession(
CallSession session
)
Public Function TryRemoveSession (
session As CallSession
) As Boolean
public:
virtual bool TryRemoveSession(
CallSession^ session
) sealed
abstract TryRemoveSession :
session : CallSession -> bool
override TryRemoveSession :
session : CallSession -> bool
Parameters
- session
- Type: Ozeki.VoIPCallSession
Return Value
Type:
BooleanImplements
ISessionContainerPbxTryRemoveSession(CallSession)
See Also