Share via


ISessionManager.GetAsync(String) Method

Definition

Queries the session manager for the session's feature state, if any, for the given feature.

public System.Threading.Tasks.Task<bool?> GetAsync (string featureName);
abstract member GetAsync : string -> System.Threading.Tasks.Task<Nullable<bool>>
Public Function GetAsync (featureName As String) As Task(Of Nullable(Of Boolean))

Parameters

featureName
String

The name of the feature.

Returns

The state of the feature if it is present in the session, otherwise null.

Applies to