CommandBase<T>.

WithObserver(IMercurialCommandObserver) Method

Summary

Sets the Observer property to the specified value and returns this instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommandBase<T>

Syntax

public T WithObserver(IMercurialCommandObserver value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value IMercurialCommandObserver The new value for the Observer property.

Return Value

Type Description
T This instance.