ISession.LoadAsync Method

Definition

Overloads

LoadAsync()

Load the session from the data store. This may throw if the data store is unavailable.

LoadAsync(CancellationToken)

Load the session from the data store. This may throw if the data store is unavailable.

LoadAsync()

Load the session from the data store. This may throw if the data store is unavailable.

public System.Threading.Tasks.Task LoadAsync();

Returns

Applies to

LoadAsync(CancellationToken)

Source:
ISession.cs

Load the session from the data store. This may throw if the data store is unavailable.

public System.Threading.Tasks.Task LoadAsync(System.Threading.CancellationToken cancellationToken = default);

Parameters

cancellationToken
CancellationToken

Returns

Applies to