Blocks indefinitely until countMax task responses are ready.

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

An EnumItems object, which contains exactly countMax task responses

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.

[Platform.Symphony.Soam.EnumItems]