Method CheckThatBurstIsEnabled
CheckThatBurstIsEnabled(bool)
Checks if Burst is enabled, caches the result. Should be called from a managed environment
Declaration
public static bool CheckThatBurstIsEnabled(bool forceRefresh)
Parameters
Type | Name | Description |
---|---|---|
bool | forceRefresh | If forceRefresh is true, refreshes the cache. |
Returns
Type | Description |
---|---|
bool | True if Burst is enabled |
Exceptions
Type | Condition |
---|---|
Exception | If called from Burst environment |