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>, IDisposableProperties
MaxBatchSizeGets or sets the maximum batch size for the request.
Methods
GetAsyncEnumerator(CancellationToken)Returns an enumerator that iterates asynchronously through the collection.InitializeRequest(GrainReference)InvokeInvoke the object.InvokeImplementationInvokes the request.
