edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPSyncResults Class

Encapsulates the results of a synchronization operation.
Inheritance Hierarchy
SystemObject
  EnterpriseDT.Net.FtpFTPSyncResults

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class FTPSyncResults

The FTPSyncResults type exposes the following members.

Constructors
  NameDescription
Public methodFTPSyncResults
Initializes a new instance of the FTPSyncResults class
Top
Properties
  NameDescription
Public propertyFailureCount
Number of failures encountered when actions were applied.
Public propertyFilePairs
All pairs of files.
Public propertyRemoteDirectories
Public propertySuccessCount
Number of actions successfully applied.
Public propertyTotalCount
Total number of file-pairs.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActionSucceeded
Did the action succeed for the given file-pair.
Public methodGetException(FTPFileSyncPair)
Exception thrown when action was attempted (if any).
Public methodGetException(String)
Exception thrown when attempting to get a directory listing (if any).
Public methodGetFileAction
Returns the action that was applied to the given file-pair.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Public methodToString(Boolean)
Returns a string representation of the results.
Top
See Also