-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Buildvana
committed
Sep 27, 2023
1 parent
7347300
commit e46197d
Showing
6 changed files
with
294 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
#nullable enable | ||
Louis.Hosting.AsyncHostedService | ||
Louis.Hosting.AsyncHostedService.AsyncHostedService(Microsoft.Extensions.Logging.ILogger! logger) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogBeforeExecute() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogBeforeSetup() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogBeforeTeardown() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCanceled() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCompleted() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogExecuteFailed(System.Exception! exception) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogSetupCanceled() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogSetupCompleted() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogSetupFailed(System.Exception! exception) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogStateChanged(Louis.Threading.AsyncServiceState oldState, Louis.Threading.AsyncServiceState newState) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogStopRequested(Louis.Threading.AsyncServiceState previousState, Louis.Threading.AsyncServiceState currentState, bool result) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogTeardownCompleted() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogTeardownFailed(System.Exception! exception) -> void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1 @@ | ||
#nullable enable | ||
Louis.Hosting.AsyncHostedService | ||
Louis.Hosting.AsyncHostedService.AsyncHostedService(Microsoft.Extensions.Logging.ILogger! logger) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogBeforeExecute() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogBeforeSetup() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogBeforeTeardown() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCanceled() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogExecuteCompleted() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogExecuteFailed(System.Exception! exception) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogSetupCanceled() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogSetupCompleted() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogSetupFailed(System.Exception! exception) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogStateChanged(Louis.Threading.AsyncServiceState oldState, Louis.Threading.AsyncServiceState newState) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogStopRequested(Louis.Threading.AsyncServiceState previousState, Louis.Threading.AsyncServiceState currentState, bool result) -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogTeardownCompleted() -> void | ||
override sealed Louis.Hosting.AsyncHostedService.LogTeardownFailed(System.Exception! exception) -> void |
Oops, something went wrong.