Platform Symphony .NET API Reference - Version 5.1
GetCommonData Method
NamespacesPlatform.Symphony.SoamSessionContextGetCommonData()()()()
Retrieves the Serializable common data Object that was passed in when the Session was created.
Declaration Syntax
C#
public Object GetCommonData()
Return Value
The common data object.
Remarks

IMPORTANT NOTE: If you sent your common data as a [Serializable] object using Native Serialization, you must use this method to retrieve it.

If you sent your common data as a Platform.Symphony.Soam.Message using Symphony Serialization, use the PopulateCommonData method instead.

See Also
[Connection.CreateSession]

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