C# Class Microsoft.Azure.WebJobs.Script.Config.FeatureFlags

Provides a way to determine whether certain runtime features are enabled or disabled based on a feature flags app setting.
Datei anzeigen Open project: Azure/azure-webjobs-sdk-script

Public Methods

Method Description
IsEnabled ( string name ) : bool

Method Details

IsEnabled() public static method

public static IsEnabled ( string name ) : bool
name string
return bool