FTPSyncResults Class |
Namespace: EnterpriseDT.Net.Ftp
The FTPSyncResults type exposes the following members.
| Name | Description | |
|---|---|---|
| FTPSyncResults | Initializes a new instance of the FTPSyncResults class |
| Name | Description | |
|---|---|---|
| FailureCount |
Number of failures encountered when actions were applied.
| |
| FilePairs |
All pairs of files.
| |
| RemoteDirectories | ||
| SuccessCount |
Number of actions successfully applied.
| |
| TotalCount |
Total number of file-pairs.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetActionSucceeded |
Did the action succeed for the given file-pair.
| |
| GetException(FTPFileSyncPair) |
Exception thrown when action was attempted (if any).
| |
| GetException(String) |
Exception thrown when attempting to get a directory listing (if any).
| |
| GetFileAction |
Returns the action that was applied to the given file-pair.
| |
| GetHashCode | Serves as the default hash function. (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.) | |
| ToString | (Overrides ObjectToString.) | |
| ToString(Boolean) |
Returns a string representation of the results.
|