Platform Symphony .NET API Reference - Version 5.0
FetchTaskOutput Method (countMax)
NamespacesPlatform.Symphony.SoamSessionFetchTaskOutput(UInt64)
Blocks indefinitely until countMax task responses are ready.
Declaration Syntax
C#
public EnumItems FetchTaskOutput(
	ulong countMax
)
Parameters
countMax (UInt64)
The maximum number of task responses to be returned by SOAM. It must greater than or equal to 0.
Return Value
An EnumItems object, which contains exactly countMax task responses
Remarks
The task responses will be returned as an enumeration.

IMPORTANT NOTE:

If your session was created using the Session::FetchResultsDirectly flag then the the call will not block indefinitely but instead return with 0 - N items. The number of items returned will depend on whatever results are availble in the Symphony Session Manager at the time of the call. Also, when the Session::FetchResultsDirectly flag is used, developers are strongly encouraged to fetch their results in small increments once this flag is enabled to reduce any impact to the overall performance of the Middleware during the handling of the fetch request.

See Also
[Platform.Symphony.Soam.EnumItems]

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