Click or drag to resize

ISessionContainerGetSession Method (String)

Retrieves the session with the specified session ID.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
ISession GetSession(
	string sessionID
)

Parameters

sessionID
Type: SystemString
The session ID.

Return Value

Type: ISession
The session.
See Also