Table of Contents

Method LoadAsync

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

LoadAsync(CancellationToken)

Asynchronously initializes all ActiveSession stuff.

Task LoadAsync(CancellationToken Token = default)

Parameters

Token CancellationToken

Can be used to cancel ActiveSession initialization operations.

Returns

Task

Task that may be used to observe the initialization.