Interface IDiagnosticDisabler
Namespace: LaunchDarkly.Sdk.Internal.Events
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public interface IDiagnosticDisabler
Properties
Disabled
Declaration
bool Disabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Events
DisabledChanged
Declaration
event EventHandler<DisabledChangedArgs> DisabledChanged
Event Type
| Type | Description |
|---|---|
| EventHandler<DisabledChangedArgs> |