IAsyncEnumerableRequest<T>
interface
Namespace: Orleans.Runtime
Interface for requests to a
System.Collections.Generic.IAsyncEnumerable-returning methods. public interface IAsyncEnumerableRequest<T> : IRequest, IInvokable, IDisposableProperties
MaxBatchSizeGets or sets the maximum batch size for the request.
Methods
InvokeImplementationInvokes the request.
