SessionContainerTryRemoveSession Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 CallSession
-
Return Value
BooleanImplements
ISessionContainerPbxTryRemoveSession(CallSession)
See Also