Platform Symphony .NET API Reference - Version 5.0
PopulateCommonData Method (commonData)
NamespacesPlatform.Symphony.SoamSessionContextPopulateCommonData(Message)
Populates commonData with the data contained in the Message that was passed in when the Session was created.
Declaration Syntax
C#
public void PopulateCommonData(
	Message commonData
)
Parameters
commonData (Message)
The message to populate
Remarks

IMPORTANT NOTE: If you sent your common data as a Platform.Symphony.Soam.Message using Symphony Serialization, you must use this method to retrieve it.

If you sent your common data as a [Serializable] object using Native Serialization, use the GetCommonData method instead.

Exceptions
ExceptionCondition
[Platform.Symphony.Soam.SoamException]If common data object could not be populated i.e. deserialized
See Also
[Platform.Symphony.Soam.Connection.CreateSession]

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