StreamLifecycleOptions.RunState 列挙型

定義

ストリーミング システムのライフサイクルにおける既知のポイントを識別します。

[System.Serializable]
public enum StreamLifecycleOptions.RunState
[<System.Serializable>]
type StreamLifecycleOptions.RunState = 
Public Enum StreamLifecycleOptions.RunState
継承
StreamLifecycleOptions.RunState
属性

フィールド

AgentsStarted 2

エージェントが開始されました。

AgentsStopped 3

エージェントが停止しました。

Initialized 1

ストリーミングが初期化されました。

None 0

実行されていません。

適用対象