Property IsBurstEnabled
IsBurstEnabled
Returns True if Burst is enabled. Can be called from Burst of a managed environments
Declaration
public static bool IsBurstEnabled { get; }
Property Value
Type | Description |
---|---|
bool |
Exceptions
Type | Condition |
---|---|
Exception | If CheckThatBurstIsEnabled(bool) was never called before |