Platform Symphony .NET API Reference - Version 4.1
GetTaskOutput Method
NamespacesPlatform.Symphony.SoamTaskOutputHandleGetTaskOutput()()()
Retrieves the task output object that was passed back to the client from the service.
Declaration Syntax
C#
public Object GetTaskOutput()
Return Value
The task output object
Remarks

IMPORTANT NOTE: If you sent your task output as a [Serializable] object using Native Serialization, you must use this method to retrieve it.

If you sent your task output as a Platform.Symphony.Soam.Message using Symphony Serialization, use the PopulateTaskOutput method instead.

Exceptions
ExceptionCondition
SoamException If the task failed and this method is called, an exception will be thrown. Avoid erroneously calling this method by checking the IsSuccessful property to verify that the task had succeeded.

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