Sets a common data update. This method allows you to set a common data update for the session. It sends your common data update to the service as a Platform.Symphony.Soam.Message object. On the service, you must use SessionContext.PopulateCommonData method to retrieve the update. Default value is null - no common data update.

C# |
public void SetCommonData( Message commonData )

- commonData (Message)
The common data update for the session.