Platform Symphony .NET API Reference - Version 5.1
SessionContext Class
NamespacesPlatform.Symphony.SoamSessionContext
A container for the information associated with a particular Session. Such information may be required during the servicing of a task from a Session.
Declaration Syntax
C#
public sealed class SessionContext
Members
All MembersMethodsProperties



IconMemberDescription
DiscardCommonData()()()()
Frees the middleware's local copy of the common data.

GetCommonData()()()()
Retrieves the Serializable common data Object that was passed in when the Session was created.

IsUpdated(SessionUpdateTypes)
PopulateCommonData(Message)
Populates commonData with the data contained in the Message that was passed in when the Session was created.

SessionId
Gets the identifier for the associated Session, as provided by SOAM.

Remarks

NOTE: If any of the methods of this class are called after the Main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Inheritance Hierarchy
Object
SessionContext
See Also
[ServiceContainer.onSessionEnter]

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0