Sdílet prostřednictvím


ISessionManager.GetAsync(String) Metoda

Definice

Dotazuje se správce relací na stav funkce relace(pokud existuje) pro danou funkci.

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))

Parametry

featureName
String

Název funkce.

Návraty

Stav funkce, pokud je k dispozici v relaci, jinak null.

Platí pro