Commit a94d410
Clarify Orleans silo shutdown behavior with respect to IHost lifetime (#47662)
* Clarify Orleans silo shutdown behavior with respect to IHost lifetime
Added a sentence explaining that Orleans follows the .NET Generic Host lifetime model and shuts down when the IHost does, regardless of the specific lifetime configuration.
* Update Style
Co-authored-by: Reuben Bond <[email protected]>
---------
Co-authored-by: Reuben Bond <[email protected]>1 parent e18e60d commit a94d410
File tree
1 file changed
+3
-1
lines changed- docs/orleans/host/configuration-guide
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments