Skip to content

IAsyncEnumerableRequest<T>

interface

Namespace: Orleans.Runtime

Interface for requests to a System.Collections.Generic.IAsyncEnumerable-returning methods.
public interface IAsyncEnumerableRequest<T> : IRequest, IInvokable, IDisposable

Properties

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

Methods