Server Methods

Include Protected Members
Include Inherited Members

The Server type exposes the following members.

Methods

  Name Description
Public method BeginCheckpoint Initiates an asynchronous checkpoint for the query.
Public method CancelCheckpoint Cancels a pending asynchronous checkpoint.
Public method ClearDiagnosticSettings Clears the diagnostic settings for the named object.
Public methodStatic member Connect(EndpointAddress) Prepares a connection to a running instance of a CEP server through an endpoint. WsHttpBinding is used as the default binding.
Public methodStatic member Connect(EndpointAddress, Binding) Prepares a connection to a running instance of a CEP server through an endpoint with a specific binding.
Public methodStatic member Connect(EndpointAddress, Binding, Uri) Prepares a connection to a running instance of a CEP server through an endpoint with a specific binding.
Public methodStatic member Create(String) Creates an instance of the CEP server, backed by an in-memory metadata store.
Public methodStatic member Create(String, SqlCeMetadataProviderConfiguration) Creates a CEP server using the SQL Server Compact metadata provider.
Public methodStatic member Create(String, SqlCeMetadataProviderConfiguration, CheckpointConfiguration) Creates a CEP server using the SQL Server Compact metadata provider and specifies a checkpoint configuration.
Public method CreateApplication Creates an application in the CEP server.
Public method CreateManagementService Returns a management service implementation for the current server.
Public method Dispose Releases all resources referenced by this server.
Public method EndCheckpoint Waits for the pending asynchronous checkpoint request to complete.
Public method Enumerate Enumerates a collection of metadata objects in the server.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDiagnosticSettings Gets the diagnostic settings for the named object.
Public method GetDiagnosticView Gets the diagnostic view for the named object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetDiagnosticSettings Sets the diagnostic settings for the named object.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

Server Class

Microsoft.ComplexEventProcessing Namespace