Abstractions.Pipes.Pipe.Pipe C# (CSharp) Method

Pipe() protected method

protected Pipe ( string name ) : System
name string
return System
        protected Pipe(string name)
        {
            StreamAction = null;
            Name = name;
        }

Same methods

Pipe::Pipe ( string name, Func action ) : System
Pipe::Pipe ( string name, object>.Func action ) : System