Server.CreateApplication Method (String)

 

Creates an application in the CEP server.

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

Syntax

public Application CreateApplication(
    string name
)
public:
Application^ CreateApplication(
    String^ name
)
member CreateApplication : 
        name:string -> Application
Public Function CreateApplication (
    name As String
) As Application

Parameters

  • name
    Type: System.String

    The name of the application to create.

Return Value

Type: Microsoft.ComplexEventProcessing.Application

The newly created application.

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top