Table of Contents

Enum OptionsWatcherOptions

Namespace
Acuit.Pinpoint.Workstation.Configuration
Assembly
Acuit.Pinpoint.Workstation.Interfaces.dll

Options for options change watchers, used by RegisterOptionsWatcherAsync(Func<Task>, OptionsWatcherOptions, int).

[Flags]
public enum OptionsWatcherOptions

Fields

InvokeNow = 1

Indicates that the callback provided to the watcher registration should be invoked immediately.

None = 0

No options specified.

OnlyIfStationIsStarted = 2

Indicates that the callback provided to the watcher registration should only be invoked when the station has started.