Retrieves the task input object that was sent from the client to the service.

C# |
public Object GetTaskInput()

The task input object

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

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

[Session.SendTaskInput]