Server.Applications Property

Gets the collection of applications that are registered in the server.

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

Syntax

public IDictionary<string, Application> Applications { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, Application>
The collection of applications that are registered in the server.

See Also

Reference

Server Class

Microsoft.ComplexEventProcessing Namespace