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; }
public:
property IDictionary<String^, Application^>^ Applications {
    IDictionary<String^, Application^>^ get();
}
member Applications : IDictionary<string, Application> with get
Public ReadOnly Property Applications As IDictionary(Of String, Application)

Property Value

Type: System.Collections.Generic.IDictionary<String, Application>

The collection of applications that are registered in the server.

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top