Sets the common data.

C# |
public void SetCommonData( Object commonData )

- commonData (Object)
- The common data for the session.

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.

Exception | Condition |
---|---|
[SoamException] |