I am using WCF Observables based on samples:
var observableWcfSource = app.DefineObservable(() => new WcfObservable())
It works but it does not register the source in the server so when i explore my stand alone StreamInsight service with Event Flow Debugger, i cannot see the source (and use it in other queries). How can i register my source?