[This is preliminary documentation and is subject to change.]
Subversion client instance; main entrance to the Subversion Client api
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public class SvnClient : SvnClientContext |
| Visual Basic (Declaration) |
|---|
Public Class SvnClient _ Inherits SvnClientContext |
| Visual C++ |
|---|
public ref class SvnClient : public SvnClientContext |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
SharpSvn.Implementation..::.SvnBase
SharpSvn..::.SvnClientContext
SharpSvn..::.SvnClient
System..::.MarshalByRefObject
SharpSvn.Implementation..::.SvnBase
SharpSvn..::.SvnClientContext
SharpSvn..::.SvnClient
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.