Application.Processes Property

Gets all processes registered in the application.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
Public ReadOnly Property Processes As IDictionary(Of String, CepProcess)
    Get
'Usage
Dim instance As Application 
Dim value As IDictionary(Of String, CepProcess)

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

Property Value

Type: System.Collections.Generic.IDictionary<String, CepProcess>
All processes registered in the application.

See Also

Reference

Application Class

Microsoft.ComplexEventProcessing Namespace