SynchronizationResult Class

Represents results of synchronization.

Advertisement (追記) (追記ここまで)

Syntax

Namespace: WinSCP

C#
VB.NET
Public NotInheritable Class SynchronizationResult
 Inherits OperationResultBase 

Properties

Name Description
TransferEventArgsCollection Downloads Collection of downloads. See TransferEventArgs . Read-only.
SessionRemoteExceptionCollection Failures Collection of all errors that occured during batch operation. See SessionRemoteException . See also Capturing results of operations. Read-only. (Inherited from OperationResultBase .)
bool IsSuccess Is true, if Failures is empty collection. Read-only. (Inherited from OperationResultBase .)
TransferEventArgsCollection Uploads Collection of uploads. See TransferEventArgs . Read-only.
RemovalEventArgsCollection Removals Collection of remote file removals. See RemovalEventArgs . Read-only.

Methods

Name Description
Check Noop, if IsSuccess is true. Throws the first error in Failures, if IsSuccess is false. (Inherited from OperationResultBase .)

Advertisement (追記) (追記ここまで)

Remarks

This class can only be instantiated by the WinSCP assembly. To get an instance of the class, call Session.SynchronizeDirectories .

Example

See example for Session.SynchronizeDirectories .

Last modified: by martin

AltStyle によって変換されたページ (->オリジナル) /