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
)

Parameters

  • instanceName
    Type: System.String
    Name of the installed StreamInsight instance.

Return Value

Type: Microsoft.ComplexEventProcessing.Server
The new CEP server instance.

See Also

Reference

Server Class

Create Overload

Microsoft.ComplexEventProcessing Namespace