SessionsManagerFetchProfile(String, SessionOptions) Method

Updates and returns session context by its Id.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public SessionProfile FetchProfile(
	string sessionId,
	SessionOptions options
)

Parameters

sessionId  String
Id of a session to fetch or to fetch the default session.
options  SessionOptions
Context options to set.

Return Value

SessionProfile

See Also