Partager via


DistributedSession.CommitAsync Méthode

Définition

Surcharges

CommitAsync()
CommitAsync(CancellationToken)

Stockez la session dans le magasin de données. Cela peut se lever si le magasin de données n’est pas disponible.

CommitAsync()

public:
 virtual System::Threading::Tasks::Task ^ CommitAsync();
public System.Threading.Tasks.Task CommitAsync ();
abstract member CommitAsync : unit -> System.Threading.Tasks.Task
override this.CommitAsync : unit -> System.Threading.Tasks.Task
Public Function CommitAsync () As Task

Retours

Implémente

S’applique à

CommitAsync(CancellationToken)

Source:
DistributedSession.cs
Source:
DistributedSession.cs
Source:
DistributedSession.cs

Stockez la session dans le magasin de données. Cela peut se lever si le magasin de données n’est pas disponible.

public System.Threading.Tasks.Task CommitAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CommitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.CommitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CommitAsync (Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

cancellationToken
CancellationToken

Retours

Implémente

S’applique à