Skip to content

StreamLifecycleOptions

class

Namespace: Orleans.Configuration

Options for managing stream system lifecycle.
public class StreamLifecycleOptions

Constructors

Properties

  • InitStage Gets or sets the lifecycle stage at which to initialize the stream runtime.
  • StartStage Gets or sets the lifecycle stage at which to start the stream runtime.
  • StartupState If set to RunState, stream pulling agents will be started during initialization.

Fields