Platform Symphony .NET API Reference - Version 5.0
PopulateTaskInput Method (inMsg)
NamespacesPlatform.Symphony.SoamTaskContextPopulateTaskInput(Message)
Populates inMsg with the task input that was passed from the client to the service.
Declaration Syntax
C#
public void PopulateTaskInput(
	Message inMsg
)
Parameters
inMsg (Message)
The message to populate
Remarks

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.

Exceptions
ExceptionCondition
[SoamException]If message could not be populated.
See Also
[Session.SendTaskInput]

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