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 = 1Indicates that the callback provided to the watcher registration should be invoked immediately.
None = 0No options specified.
OnlyIfStationIsStarted = 2Indicates that the callback provided to the watcher registration should only be invoked when the station has started.