Server.Connect Method

 

Connects to a running instance of the CEP server through an endpoint.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static Connect(EndpointAddress)

Prepares a connection to a running instance of a CEP server through an endpoint. WsHttpBinding is used as the default binding.

System_CAPS_pubmethodSystem_CAPS_static Connect(EndpointAddress, Binding)

Prepares a connection to a running instance of a CEP server through an endpoint with a specific binding.

System_CAPS_pubmethodSystem_CAPS_static Connect(EndpointAddress, Binding, Uri)

Prepares a connection to a running instance of a CEP server through an endpoint with a specific binding.

See Also

Server Class
Microsoft.ComplexEventProcessing Namespace

Return to top