Server.CreateApplication Method
Creates an application in the CEP server.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public Application CreateApplication(
string name
)
Parameters
- name
Type: System.String
Name of the application.
Return Value
Type: Microsoft.ComplexEventProcessing.Application
The application being created.