CommandBase<T>.

WithTimeout(int) Method

Summary

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

Syntax

public T WithTimeout(int value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value int The new value for the Timeout property.

Return Value

Type Description
T This instance.