IMercurialCommandObserver.

Output(string) Method

Summary

This method will be called once for each line of normal output from the command. Note that this method will be called on a different thread than the thread that called the Execute(string, IMercurialCommand) method.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
IMercurialCommandObserver

Syntax

void Output(string line)

Parameters

Name Type Description
line string The line of text to output to the observer.

Return Value

Type Description
void