Edit

Share via


PersistentStreamProviderCommand Enum

Definition

Commands which can be handled by the PersistentStreamProvider.

[System.Serializable]
public enum PersistentStreamProviderCommand
[<System.Serializable>]
type PersistentStreamProviderCommand = 
Public Enum PersistentStreamProviderCommand
Inheritance
PersistentStreamProviderCommand
Attributes

Fields

Name Value Description
None 0
StartAgents 1

Starts the agents.

StopAgents 2

Stops the agents.

GetAgentsState 3

Retrieves agent state.

GetNumberRunningAgents 4

Gets the number of running agents.

AdapterCommandStartRange 10000

The command start range for custom adapters.

AdapterCommandEndRange 19999

The command end range for custom adapters.

AdapterFactoryCommandStartRange 20000

The command start range for custom adapter factories.

AdapterFactoryCommandEndRange 29999

The command end range for custom adapter factories.

Applies to

See also