Platform Symphony .NET API Reference - Version 5.1
GetTaskInput Method
NamespacesPlatform.Symphony.SoamTaskContextGetTaskInput()()()()
Retrieves the task input object that was sent from the client to the service.
Declaration Syntax
C#
public Object GetTaskInput()
Return Value
The task input object
Remarks

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.

Exceptions
ExceptionCondition
[SoamException]If message could not be de-serialized.
See Also
[Session.SendTaskInput]

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