Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into Stop-IHostedService-instances-asynchronously
  • Loading branch information
jerryk414 authored May 6, 2022
commit 8d804b42b68085ceb27136226ffd9997d2c60936
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public partial class HostOptions
public HostOptions() { }
public Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior BackgroundServiceExceptionBehavior { get { throw null; } set { } }
public Microsoft.Extensions.Hosting.BackgroundServiceStopBehavior BackgroundServiceStopBehavior { get { throw null; } set { } }
public System.TimeSpan ShutdownTimeout { get { throw null; } set { } }
}
}
namespace Microsoft.Extensions.Hosting.Internal
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.