ISessionManager.GetAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.