Server.Create Method (String, SqlCeMetadataProviderConfiguration)

Creates a CEP server using the SQL Server Compact metadata provider.

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

Syntax

public static Server Create(
    string instanceName,
    SqlCeMetadataProviderConfiguration config
)

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