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

C# |
public Object GetCommonData()

The common data object.

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.

[Connection.CreateSession]