AdoNetGrainStorage.ClearStateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ClearStateAsync(String, GrainReference, IGrainState) |
Effacer la fonction de données d’état pour ce fournisseur de stockage. |
ClearStateAsync<T>(String, GrainId, IGrainState<T>) |
Effacer la fonction de données d’état pour ce fournisseur de stockage. |
ClearStateAsync(String, GrainReference, IGrainState)
- Source:
- AdoNetGrainStorage.cs
Effacer la fonction de données d’état pour ce fournisseur de stockage.
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
Paramètres
- grainType
- String
- grainReference
- GrainReference
- grainState
- IGrainState
Retours
Implémente
S’applique à
ClearStateAsync<T>(String, GrainId, IGrainState<T>)
- Source:
- AdoNetGrainStorage.cs
- Source:
- AdoNetGrainStorage.cs
- Source:
- AdoNetGrainStorage.cs
- Source:
- AdoNetGrainStorage.cs
Effacer la fonction de données d’état pour ce fournisseur de stockage.
public System.Threading.Tasks.Task ClearStateAsync<T> (string grainType, Orleans.Runtime.GrainId grainReference, 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, grainReference As GrainId, grainState As IGrainState(Of T)) As Task
Paramètres de type
- T
Paramètres
- grainType
- String
- grainReference
- GrainId
- grainState
- IGrainState<T>