示例#1
0
 protected override IStream <Correlated <TIn> > CreateOutputStream(SetForCorrelationArgs <TIn> args)
 {
     return(base.CreateUnsortedStream(args.Input.Observable.Map(i => new Correlated <TIn> {
         CorrelationKeys = new HashSet <Guid>(new[] { Guid.NewGuid() }), Row = i
     })));
 }
示例#2
0
 public SetForCorrelationStreamNode(string name, SetForCorrelationArgs <TIn> args) : base(name, args)
 {
 }