1 implementation of CommitAsync
Microsoft.AspNetCore.Session (1)
DistributedSession.cs (1)
244
public async Task
CommitAsync
(CancellationToken cancellationToken = default)
2 references to CommitAsync
Microsoft.AspNetCore.Session (2)
ISessionStore.cs (1)
20
/// <see cref="ISession.
CommitAsync
(System.Threading.CancellationToken)"/> are allowed take.
SessionMiddleware.cs (1)
100
await feature.Session.
CommitAsync
();