Platform Symphony .NET API Reference - Version 5.1
SetCommonData Method (commonData)
NamespacesPlatform.Symphony.SoamSessionCreationAttributesSetCommonData(Object)
Sets the common data.
Declaration Syntax
C#
public void SetCommonData(
	Object commonData
)
Parameters
commonData (Object)
The common data for the session.
Remarks
This method allows you to provide common data to the created session. Common data is any data that is common to all of the tasks in your session. You can send common data rather than sending duplicate data to each task, and thus save on network overhead. Default value is null - no common data.
Exceptions
ExceptionCondition
[SoamException]

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