Application.CheckpointableProcesses 屬性

取得應用程式中註冊的所有可進行檢查點檢查的程序。

命名空間:  Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

'宣告
Public ReadOnly Property CheckpointableProcesses As IDictionary(Of String, CepCheckpointableProcess)
    Get
'用途
Dim instance As Application 
Dim value As IDictionary(Of String, CepCheckpointableProcess)

value = instance.CheckpointableProcesses
public IDictionary<string, CepCheckpointableProcess> CheckpointableProcesses { get; }
public:
property IDictionary<String^, CepCheckpointableProcess^>^ CheckpointableProcesses {
    IDictionary<String^, CepCheckpointableProcess^>^ get ();
}
member CheckpointableProcesses : IDictionary<string, CepCheckpointableProcess>
function get CheckpointableProcesses () : IDictionary<String, CepCheckpointableProcess>

屬性值

型別:System.Collections.Generic.IDictionary<String, CepCheckpointableProcess>
應用程式中註冊的所有可進行檢查點檢查的程序。

請參閱

參考

Application 類別

Microsoft.ComplexEventProcessing 命名空間