RevertPendingChangesAsync(CancellationToken)
abstract
public abstract ValueTask RevertPendingChangesAsync(CancellationToken cancellationToken) Discards uncommitted mutations and reloads the last durable state.
Parameters
cancellationTokenCancellationToken- The cancellation token.
Returns
A
System.Threading.Tasks.ValueTask which represents the operation.