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: 1.8.12.0 (1.8.12)
Syntax
ISession GetSession(
	string sessionID
)

Parameters

sessionID
Type: SystemString
The session ID.

Return Value

Type: ISession
The session.
See Also