Skip to content

PersistentStreamProviderCommand

enum

Namespace: Orleans.Providers.Streams.Common

Commands which can be handled by the PersistentStreamProvider.
public enum PersistentStreamProviderCommand

Fields

NameValueDescription
None0
StartAgents1Starts the agents.
StopAgents2Stops the agents.
GetAgentsState3Retrieves agent state.
GetNumberRunningAgents4Gets the number of running agents.
AdapterCommandStartRange10000The command start range for custom adapters.
AdapterCommandEndRange19999The command end range for custom adapters.
AdapterFactoryCommandStartRange20000The command start range for custom adapter factories.
AdapterFactoryCommandEndRange29999The command end range for custom adapter factories.