예제 #1
0
            protected override void StartGraph()
            {
                var sourceOut = CreateSubOutlet(_stage.In);

                SubFusingMaterializer.Materialize(Source.FromGraph(sourceOut.Source).To(_stage.SinkFactory()), _inheritedAttributes);
            }
예제 #2
0
            protected override void StartGraph()
            {
                var sourceOut = CreateSubOutlet(_stage.In);

                Source.FromGraph(sourceOut.Source).RunWith(_stage.SinkFactory(), SubFusingMaterializer);
            }