Aracılığıyla paylaş


KvsActorStateProviderBase.OnRestoreCompletedAsync Property

Definition

Sets the function to be called after the partition state has been restored automatically by the system

public Func<System.Threading.CancellationToken,System.Threading.Tasks.Task> OnRestoreCompletedAsync { set; }
member this.OnRestoreCompletedAsync : Func<System.Threading.CancellationToken, System.Threading.Tasks.Task>
Public Property OnRestoreCompletedAsync As Func(Of CancellationToken, Task)

Property Value

A function representing on restore completed callback function.

Applies to