IStorageProvider.ClearStateAsync(String, GrainReference, IGrainState) Method

Definition

Delete / Clear data function for this storage provider instance.

C#
public System.Threading.Tasks.Task ClearStateAsync(string grainType, Orleans.Runtime.GrainReference grainReference, Orleans.IGrainState grainState);

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.

Applies to

Prodotto Versioni
.NET Orleans 1.5.10