Skip to content

IAsyncEnumerableGrainExtension.DisposeAsync(Guid, CancellationToken)

DisposeAsync(Guid, CancellationToken)

virtual
View source
[Orleans.Concurrency.AlwaysInterleave]
[Orleans.Alias(3C6D7209)]
public virtual ValueTask DisposeAsync(Guid requestId, CancellationToken cancellationToken)
Disposes an System.Collections.Generic.IAsyncEnumerable value.

Parameters

requestIdGuid
The request id, generated by the caller.
cancellationTokenCancellationToken
The cancellation token.

Returns

A task representing the operation.