Retrieves the task outputs that match the specified filter.

C# |
public EnumItems FetchTaskOutput( TaskOutputFilter filter )

- filter (TaskOutputFilter)
- The maximum number of task responses to be returned by SOAM. It must greater than or equal to 0.

An EnumItems object that contains the returned task outputs.

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.

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