Table of Contents

Method CommitAsync

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

CommitAsync(CancellationToken)

Asynchronously commits all changes related to the ActiveSession-imlementing object.

Task CommitAsync(CancellationToken Token = default)

Parameters

Token CancellationToken

Can be used to cancel ActiveSession-related commit operations.

Returns

Task

Task that may be used to observe the commit operation.