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.