Skip to content
Microsoft Orleans
Search
Ctrl
K
Cancel
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
API packages
Microsoft.Orleans.Core
Package overview
IServiceLifecycle
Overview
Properties
Orleans on GitHub
Orleans on Discord
Select theme
Dark
Light
Auto
IServiceLifecycle
Documentation
API reference
Microsoft.Orleans.Core
IServiceLifecycle
interface
Namespace:
Orleans
NuGet
Markdown
Allows consumers to observe and participate in the client/silo's lifecycle.
public
interface
IServiceLifecycle
Properties
Started
Triggered when the client/silo has fully started and is ready to accept traffic.
Stopped
Triggered when the client/silo has completed its shutdown process.
Stopping
Triggered when the client/silo is beginning the shutdown process.