Skip to content

IServiceLifecycle

interface

Namespace: Orleans

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.