BatchFlow.Flow.GetStream C# (CSharp) Method

GetStream() public method

public GetStream ( string toTask ) : BoundedBlockingQueue
toTask string
return BoundedBlockingQueue
        public BoundedBlockingQueue GetStream(string toTask)
        {
            return (BoundedBlockingQueue)this.GetTask(toTask).StreamIn;
        }