IAsyncEnumerableGrainExtension.DisposeAsync(Guid) Method
Definition
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.
Disposes an IAsyncEnumerable<T> value.
[Orleans.Concurrency.AlwaysInterleave]
public System.Threading.Tasks.ValueTask DisposeAsync (Guid requestId);
[<Orleans.Concurrency.AlwaysInterleave>]
abstract member DisposeAsync : Guid -> System.Threading.Tasks.ValueTask
Public Function DisposeAsync (requestId As Guid) As ValueTask
Parameters
- requestId
- Guid
The request id, generated by the caller.
Returns
A task representing the operation.
- Attributes