[This is preliminary documentation and is subject to change.]
Subversion Client Context wrapper; base class of objects using client context
Namespace:
SharpSvnAssembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public class SvnClientContext : SvnBase, IDisposable |
| Visual Basic (Declaration) |
|---|
Public Class SvnClientContext _ Inherits SvnBase _ Implements IDisposable |
| Visual C++ |
|---|
public ref class SvnClientContext : public SvnBase, IDisposable |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
SharpSvn.Implementation..::.SvnBase
SharpSvn..::.SvnClientContext
SharpSvn..::.SvnClient
SharpSvn..::.SvnRepositoryClient
System..::.MarshalByRefObject
SharpSvn.Implementation..::.SvnBase
SharpSvn..::.SvnClientContext
SharpSvn..::.SvnClient
SharpSvn..::.SvnRepositoryClient
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.