IAsyncEnumerableRequest<T> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for requests to a IAsyncEnumerable<T>-returning methods.
public interface IAsyncEnumerableRequest<T> : IDisposable, Orleans.Runtime.IRequest, Orleans.Serialization.Invocation.IInvokable
type IAsyncEnumerableRequest<'T> = interface
interface IRequest
interface IInvokable
interface IDisposable
Public Interface IAsyncEnumerableRequest(Of T)
Implements IDisposable, IInvokable, IRequest
- T
- Derived
- Implements
Max |
Gets or sets the maximum batch size for the request. |
Options |
Gets the invocation options. (Inherited from IRequest) |
Add |
Incorporates the provided invocation options. (Inherited from IRequest) |
Get |
Gets the activity name, which refers to both the interface name and method name. (Inherited from IInvokable) |
Get |
Gets the argument at the specified index. (Inherited from IInvokable) |
Get |
Gets the number of arguments. (Inherited from IInvokable) |
Get |
Gets the default response timeout. (Inherited from IInvokable) |
Get |
Gets the full interface name. (Inherited from IInvokable) |
Get |
Gets the interface type. (Inherited from IInvokable) |
Get |
Gets the method info object, which may be |
Get |
Gets the method name. (Inherited from IInvokable) |
Get |
Gets the invocation target. (Inherited from IInvokable) |
Invoke() |
Invoke the object. (Inherited from IInvokable) |
Invoke |
Invokes the request. |
Set |
Sets the argument at the specified index. (Inherited from IInvokable) |
Set |
Sets the invocation target from an instance of ITargetHolder. (Inherited from IInvokable) |
Product | Versions |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |