SessionsManagerFetchProfile(String, SessionOptions) Method
Updates and returns session context by its Id.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public SessionProfile FetchProfile(
string sessionId,
SessionOptions options
)
Public Function FetchProfile (
sessionId As String,
options As SessionOptions
) As SessionProfile
public:
SessionProfile^ FetchProfile(
String^ sessionId,
SessionOptions^ options
)
member FetchProfile :
sessionId : string *
options : SessionOptions -> SessionProfile
- sessionId String
- Id of a session to fetch or to fetch the default session.
- options SessionOptions
- Context options to set.
SessionProfile