Platform Symphony .NET API Reference - Version 5.1
FetchTaskOutput Method (filter)
NamespacesPlatform.Symphony.SoamSessionFetchTaskOutput(TaskOutputFilter)
Retrieves the task outputs that match the specified filter.
Declaration Syntax
C#
public EnumItems FetchTaskOutput(
	TaskOutputFilter filter
)
Parameters
filter (TaskOutputFilter)
The maximum number of task responses to be returned by SOAM. It must greater than or equal to 0.
Return Value
An EnumItems object that contains the returned task outputs.
Remarks

Blocks indefinitely until the fetch request is satisfied. The task responses will be returned as an enumeration. Any matched tasks in the resulting EnumItems will be removed from the filter once this method call returns.

NOTE:

This method is for use only if your session is created with the SessionFlags.FetchResultsDirectly and SessionFlags.ReceiveSync session flags.

See Also
[Platform.Symphony.Soam.TaskOutputFilter]
[Platform.Symphony.Soam.EnumItems]

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