Was this page helpful?

CreatePipe Method

    CreatePipe(out Stream writer, out Stream reader)

    public static void CreatePipe(out Stream writer, out Stream reader);
    Create a pipe

    Parameters

    Name Type Description
    writer out Stream The writer endpoint of the pipe
    reader out Stream The reader endpoint of the pipe

    Returns

    void

    CreatePipe(int size, out Stream writer, out Stream reader)

    public static void CreatePipe(int size, out Stream writer, out Stream reader);
    Create a pipe

    Parameters

    Name Type Description
    size int The size of the pipe buffer
    writer out Stream The writer endpoint of the pipe
    reader out Stream The reader endpoint of the pipe

    Returns

    void
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by