Skip to content

EnumerationResult

enum

Namespace: Orleans.Runtime

Identifies enumeration results.
[Orleans.GenerateSerializer]
public enum EnumerationResult

Fields

NameValueDescription
Heartbeat1This result represents a heartbeat. Issue a subsequent enumeration call to receive a new result.
Element2This result represents a value from the enumeration.
Batch4This result represents a sequence of values from the enumeration.
Completed8This result indicates that enumeration has completed and that no further results will be produced.
MissingEnumeratorError16The attempt to enumerate failed because the enumerator was not found.
Error32The attempt to enumerate failed because the enumeration threw an exception.
Canceled64Enumeration was canceled.
CompletedWithElement10This result indicates that enumeration has completed and that no further results will be produced.
CompletedWithBatch12This result indicates that enumeration has completed and that no further results will be produced.