Populates inMsg with the task input that was passed from the client to the service.

C# |
public void PopulateTaskInput( Message inMsg )

- inMsg (Message)
- The message to populate

IMPORTANT NOTE: If you sent your task input as a Platform.Symphony.Soam.Message using Symphony Serialization, you must use this method to retrieve it.
If you sent your task input as a [Serializable] object using Native Serialization, use the GetTaskInput method instead.

Exception | Condition |
---|---|
[SoamException] | If message could not be populated. |

[Session.SendTaskInput]