The SftpProblemDetectedEventArgs type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkCancel
Indicate to the sender that the operation should be canceled.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkFail
Indicate to the sender that an exception should be raised.
(Inherited from ProblemDetectedEventArgs.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkFollowLink
Indicate to the sender that the current link should be resolved.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkIsOverwriteConditionPossible
Determines whether the specified overwrite condition is currently possible - use this to determine which overwrite conditions can be applied.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkIsReactionPossible
Determines whether the specified reaction is currently possible - use this to determine which reactions can be applied.
(Inherited from ProblemDetectedEventArgs.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkOverwrite()()()()
Indicate to the sender that the current item should be overwritten.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkOverwrite(OverwriteCondition)
Indicate to the sender that the current item should be overwritten if the specified condition is met.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkRename()()()()
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.)
Public methodSupported by the .NET Compact FrameworkRename(String)
Indicate to the sender that the current item should be renamed.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkResume
Indicate to the sender that the current item should be resumed.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkRetry
Indicate to the sender that the operation on the current item should be retired.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkSkip
Indicate to the sender that the problematic item should be skipped.
(Inherited from ProblemDetectedEventArgs.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also