Controlling the Sybase CEP Engine in .NET3

An example that demonstrates how to perform engine control in .NET3.

Name

Example_03_ControllingTheSybaseCEPEngine

Description

This example presents methods used to perform engine control: retrieving general server, workspace, and project information; stopping a project; creating a workspace; and destroying a workspace.

Notable Classes and Methods

engineClient.ServerVersion

SDK.Version

SDK.IsCompatibleWithServerVersion(serverVersion)

IWorkspaceInfo

engineClient.GetWorkspaces

ws.Name

ws.Description

engineClient.GetProjectsInWorkspace

engineClient.StopProject

engineClient.CreateWorkspace

engineClient.DestroyWorkspace

Related Information

For more information about engine control, see Engine Control: Overview.