我一直在尝试实现以下适配器以将 StreamInsight 与 BizTalk 连接: http ://seroter.wordpress.com/2010/07/09/sending-streaminsight-events-to-biztalk-through-new-web-soaprest-适配器/#comment-11635
最后,他执行以下操作将查询绑定到适配器:
var allQuery = callTypeThreshold.ToQuery(
myApp,
"Threshold Events",
string.Empty,
typeof(WebOutputFactory),
webAdapterBizTalkConfig,
EventShape.Point,
StreamEventOrder.FullyOrdered);
现在,如果我没记错的话,这在 StreamInsight 2.1 中不再起作用,我不知道如何做到这一点。有人可以帮我吗?提前致谢!