DebugObserver.

Executing(string, string) Method

Summary

This method will be called before the command starts executing.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
DebugObserver

Syntax

public void Executing(string command, string arguments)

Parameters

Name Type Description
command string The command that will be executed.
arguments string The arguments to the command.

Return Value

Type Description
void