共用方式為


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

未執行。

適用於