Server.Create Method

 

Creates a new Server object.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(String)

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

System_CAPS_pubmethodSystem_CAPS_static Create(String, SqlCeMetadataProviderConfiguration)

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

System_CAPS_pubmethodSystem_CAPS_static Create(String, SqlCeMetadataProviderConfiguration, CheckpointConfiguration)

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

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top