Dela via


VolatileActorStateProvider.OnRestoreCompletedAsync Property

Definition

Sets the function called post restore has been performed on the replica.

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