Server.Connect Method (EndpointAddress)
Prepares a connection to a running instance of a CEP server through an endpoint. WsHttpBinding is used as the default binding.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Parameters
- endpointAddress
- Type: System.ServiceModel.EndpointAddress
The endpoint of the server to connect to.
Return Value
Type: Microsoft.ComplexEventProcessing.ServerA new CEP server instance that represents the remote server.
