IoReporterContext
Represents a thread-safe context for IIoReporter to publish events. This class cannot be inherited.
Gets or sets the application settings.
Gets or sets the file system wrapper.
Gets or sets the retry options.
Gets or sets the wait and retry policy.
This is an event which can be raised by any method which handles IO Warnings.
public IoReporterContext()
Initializes a new instance of the IoReporterContext class.
public IoReporterContext(IFileSystem fileSystem, IAppSettings settings, IWaitAndRetryPolicy waitAndRetryPolicy)
Initializes a new instance of the IoReporterContext class.
Publishes the I/O warning event.