DistributedSession.CommitAsync Metoda

Definicja

Przeciążenia

CommitAsync()
CommitAsync(CancellationToken)

Zapisz sesję w magazynie danych. Może to spowodować, że magazyn danych jest niedostępny.

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

Zwraca

Implementuje

Dotyczy

CommitAsync(CancellationToken)

Źródło:
DistributedSession.cs
Źródło:
DistributedSession.cs

Zapisz sesję w magazynie danych. Może to spowodować, że magazyn danych jest niedostępny.

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

Parametry

cancellationToken
CancellationToken

Zwraca

Implementuje

Dotyczy