OutOfProcessNodeInstance.OnOutputDataReceived(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Virtual method invoked whenever the Node.js process emits a line to its stdout.
protected:
virtual void OnOutputDataReceived(System::String ^ outputData);
protected virtual void OnOutputDataReceived (string outputData);
abstract member OnOutputDataReceived : string -> unit
override this.OnOutputDataReceived : string -> unit
Protected Overridable Sub OnOutputDataReceived (outputData As String)
Parameters
- outputData
- String
The line emitted to the Node.js process's stdout.