The SftpProblemDetectedEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Cancel |
Indicate to the sender that the operation should be canceled.
(Inherited from ProblemDetectedEventArgs.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Fail |
Indicate to the sender that an exception should be raised.
(Inherited from ProblemDetectedEventArgs.) | |
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.) | |
FollowLink |
Indicate to the sender that the current link should be resolved.
(Inherited from ProblemDetectedEventArgs.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsOverwriteConditionPossible |
Determines whether the specified overwrite condition is currently possible - use this to determine which overwrite conditions can be applied.
(Inherited from ProblemDetectedEventArgs.) | |
IsReactionPossible |
Determines whether the specified reaction is currently possible - use this to determine which reactions can be applied.
(Inherited from ProblemDetectedEventArgs.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Overwrite()()()() |
Indicate to the sender that the current item should be overwritten.
(Inherited from ProblemDetectedEventArgs.) | |
Overwrite(OverwriteCondition) |
Indicate to the sender that the current item should be overwritten if the specified condition is met.
(Inherited from ProblemDetectedEventArgs.) | |
Rename()()()() |
Indicate to the sender that the current item should be renamed.
New name is generated from the current item according the pattern "filename[number].extension".
(Inherited from ProblemDetectedEventArgs.) | |
Rename(String) |
Indicate to the sender that the current item should be renamed.
(Inherited from ProblemDetectedEventArgs.) | |
Resume |
Indicate to the sender that the current item should be resumed.
(Inherited from ProblemDetectedEventArgs.) | |
Retry |
Indicate to the sender that the operation on the current item should be retired.
(Inherited from ProblemDetectedEventArgs.) | |
Skip |
Indicate to the sender that the problematic item should be skipped.
(Inherited from ProblemDetectedEventArgs.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |