Connect 方法 (EndpointAddress)
透過端點,準備連接 CEP 伺服器執行中的執行個體。WsHttpBinding 做為預設繫結使用。
命名空間: Microsoft.ComplexEventProcessing
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
public static Server Connect(
EndpointAddress endpointAddress
)
參數
- endpointAddress
型別:System.ServiceModel. . :: . .EndpointAddress
要連接之伺服器的端點。
傳回值
型別:Microsoft.ComplexEventProcessing. . :: . .Server
表示遠端伺服器的新 CEP 伺服器執行個體。
備註
因為 StreamInsight 用戶端與伺服器之間的通訊協定是無狀態的,所以接合伺服器的每種方法都會建立連接。雖然 Server.Connect() 會準備連接,不過實際上並不會與伺服器互動。
範例
Server server = Server.Connect(new System.ServiceModel.EndpointAddress(@"https://localhost/StreamInsight/MyInstance"));