Server.Create Method (String, SqlCeMetadataProviderConfiguration, CheckpointConfiguration)

 

Creates a CEP server using the SQL Server Compact metadata provider and specifies a checkpoint configuration.

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

Syntax

public static Server Create(
    string instanceName,
    SqlCeMetadataProviderConfiguration config,
    CheckpointConfiguration checkpointConfig
)
public:
static Server^ Create(
    String^ instanceName,
    SqlCeMetadataProviderConfiguration^ config,
    CheckpointConfiguration^ checkpointConfig
)
static member Create : 
        instanceName:string *
        config:SqlCeMetadataProviderConfiguration *
        checkpointConfig:CheckpointConfiguration -> Server
Public Shared Function Create (
    instanceName As String,
    config As SqlCeMetadataProviderConfiguration,
    checkpointConfig As CheckpointConfiguration
) 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.

Remarks

For more information, see Building Resilient StreamInsight Applications.

See Also

Create Overload
Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top