Populates commonData with the data contained in the Message that was passed in when the Session was created.

C# |
public void PopulateCommonData( Message commonData )

- commonData (Message)
- The message to populate

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.

Exception | Condition |
---|---|
[Platform.Symphony.Soam.SoamException] | If common data object could not be populated i.e. deserialized |

[Platform.Symphony.Soam.Connection.CreateSession]