Freigeben über


AzureBlobGrainStorage.ClearStateAsync Methode

Definition

Überlädt

ClearStateAsync(String, GrainReference, IGrainState)

Statusdatenfunktion löschen/löschen für diesen Speicheranbieter.

ClearStateAsync<T>(String, GrainId, IGrainState<T>)

Statusdatenfunktion löschen/löschen für diesen Speicheranbieter.

ClearStateAsync(String, GrainReference, IGrainState)

Quelle:
AzureBlobStorage.cs

Statusdatenfunktion löschen/löschen für diesen Speicheranbieter.

public System.Threading.Tasks.Task ClearStateAsync (string grainType, Orleans.Runtime.GrainReference grainId, 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, grainId As GrainReference, grainState As IGrainState) As Task

Parameter

grainType
String
grainId
GrainReference
grainState
IGrainState

Gibt zurück

Implementiert

Gilt für:

ClearStateAsync<T>(String, GrainId, IGrainState<T>)

Statusdatenfunktion löschen/löschen für diesen Speicheranbieter.

public System.Threading.Tasks.Task ClearStateAsync<T> (string grainType, Orleans.Runtime.GrainId grainId, Orleans.IGrainState<T> grainState);
abstract member ClearStateAsync : string * Orleans.Runtime.GrainId * Orleans.IGrainState<'T> -> System.Threading.Tasks.Task
override this.ClearStateAsync : string * Orleans.Runtime.GrainId * Orleans.IGrainState<'T> -> System.Threading.Tasks.Task
Public Function ClearStateAsync(Of T) (grainType As String, grainId As GrainId, grainState As IGrainState(Of T)) As Task

Typparameter

T

Parameter

grainType
String
grainId
GrainId
grainState
IGrainState<T>

Gibt zurück

Implementiert

Gilt für: