Click or drag to resize
LoupeLogProviderProviderIsAvailableOverride Property
Gets or sets a value indicating whether [provider is available override]. Used in tests.

Namespace: Hangfire.Logging.LogProviders
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static bool ProviderIsAvailableOverride { get; set; }

Property Value

Type: Boolean
true if [provider is available override]; otherwise, false.
See Also