Szerkesztés

Megosztás a következőn keresztül:


FaultInjectionStorageProvider<TStorage>.ClearStateAsync Method

Definition

Faults if exception is provided, otherwise calls through to decorated storage provider.

public System.Threading.Tasks.Task ClearStateAsync (string grainType, Orleans.Runtime.GrainReference grainReference, Orleans.IGrainState grainState);
abstract member ClearStateAsync : string * Orleans.Runtime.GrainReference * Orleans.IGrainState -> System.Threading.Tasks.Task
override this.ClearStateAsync : string * Orleans.Runtime.GrainReference * Orleans.IGrainState -> System.Threading.Tasks.Task
Public Function ClearStateAsync (grainType As String, grainReference As GrainReference, grainState As IGrainState) As Task

Parameters

grainType
String

Type of this grain [fully qualified class name]

grainReference
GrainReference

Grain reference object for this grain.

grainState
IGrainState

Copy of last-known state data object for this grain.

Returns

Completion promise for the Delete operation on the specified grain.

Implements

Applies to