[This is preliminary documentation and is subject to change.]

Subversion Client Context wrapper; base class of objects using client context

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public class SvnClientReporter : MarshalByRefObject, 
	IDisposable
Visual Basic (Declaration)
Public Class SvnClientReporter _
	Inherits MarshalByRefObject _
	Implements IDisposable
Visual C++
public ref class SvnClientReporter : public MarshalByRefObject, 
	IDisposable

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    SharpSvn..::.SvnClientReporter

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.

See Also