0

Scouring the StreamInsight documentation, it seems that it should be possible to express a query of the form 'for a given event stream, generate output when event A is followed by event B', but I can't see how to express this as a LINQ query, nor can I find any examples in the doc.

Can anyone help? Thx in advance.

paytools-steve
  • 3,580
  • 3
  • 26
  • 21

1 Answers1

1

This might help: http://blogs.msdn.com/b/romans/archive/2010/11/30/joint-forces.aspx

romans
  • 81
  • 3