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