Server.Create Method (String)

 

Creates an instance of the CEP server, backed by an in-memory metadata store.

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

Syntax

public static Server Create(
    string instanceName
)
public:
static Server^ Create(
    String^ instanceName
)
static member Create : 
        instanceName:string -> Server
Public Shared Function Create (
    instanceName As String
) As Server

Parameters

  • instanceName
    Type: System.String

    The name of the installed StreamInsight instance.

Return Value

Type: Microsoft.ComplexEventProcessing.Server

The new CEP server instance.

See Also

Create Overload
Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top