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

The SvnClientArgs type exposes the following members.

Constructors

  Name Description
SvnClientArgs
Initializes a new instance of the SvnClientArgs class

Methods

  Name Description
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnCancel
Raises the Cancel event
OnNotify
Raises the Notify event
OnProgress
Raises the Progress event
OnSvnError
Called when handling a SvnException
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
CommandType
Gets the SvnCommandType of the command
IsLastInvocationCanceled
LastException
Gets the last exception thrown by a Subversion api command to which this argument was provided
ThrowOnCancel
Gets or sets a boolean indicating whether the call must throw an error if the operation is cancelled IsLastInvocationCanceled is true and the returnvalue false if the operation was canceled. (The LastException property is set to the cancel exception)
ThrowOnError
Gets or sets a boolean indicating whether the call must throw an error if an exception occurs. If an exception would occur, the method returns false and the LastException property is set to the exception which would have been throw.

Events

  Name Description
Cancel
Raised to allow canceling an in-progress command
Notify
Raised to notify changes by an in-progress command
Progress
Raised to notify of progress by an in-progress command
SvnError
Raised to notify errors from an command

See Also