StopAutoReloadConfigurationAsync(LoggingBackend)
Stops all auto-refresh configuration set up by ConfigureFromXmlWithAutoReloadAsync(LoggingBackend, Uri, TimeSpan, CancellationToken) and waits until all pending operations have completed.
Declaration
public static Task StopAutoReloadConfigurationAsync(this LoggingBackend backend)Parameters
| Type | Name | Description |
|---|---|---|
| LoggingBackend | backend | The backend for which auto-refreshed configuration must be stopped. |
Returns
| Type | Description |
|---|---|
| Task |