Skip to content

IDurableStateManager.WriteStateAsync(CancellationToken)

WriteStateAsync(CancellationToken)

abstract
public abstract ValueTask WriteStateAsync(CancellationToken cancellationToken = default(CancellationToken))
Persists pending changes to the shared journal.

Parameters

cancellationTokenCancellationToken
The token used to cancel the caller's wait.

Returns

A task representing the write acknowledgement.