Skip to content

AsyncEnumerableRequest<T>

class

Namespace: Orleans.Runtime

Represents a request to an System.Collections.Generic.IAsyncEnumerable-returning method.
[Orleans.GenerateSerializer]
[Orleans.SuppressReferenceTracking]
public abstract class AsyncEnumerableRequest<T> : RequestBase, IAsyncEnumerableRequest<T>, IRequest, IInvokable, IAsyncEnumerable<T>, IDisposable

Properties

  • MaxBatchSize Gets or sets the maximum batch size for the request.

Methods