Unosquare
    Show / Hide Table of Contents

    Delegate ProcessRunner.ProcessDataReceivedCallback

    Defines a delegate to handle binary data reception from the standard output or standard error streams from a process.

    Namespace: Swan
    Syntax
    public delegate void ProcessDataReceivedCallback(byte[] processData, Process process);
    Parameters
    Type Name Description
    Byte[] processData

    The process data.

    Process process

    The process.

    Comments

    Back to top Copyright © 2017-2019 Unosquare