FileSystemLinkSyncFailedEventArgs
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Provides data for the FileSystemLinkSynchronizer.SyncFailed event.
public class FileSystemLinkSyncFailedEventArgs : System.EventArgsInheritance: EventArgs → FileSystemLinkSyncFailedEventArgs
Properties
Section titled “Properties”Attempt
Section titled “Attempt”Gets the number of attempts made so far, starting at one.
public int Attempt { get; }Property Value
Section titled “Property Value”Destination
Section titled “Destination”Gets the destination link of the pair that failed to synchronize.
public FileSystemStructureLink Destination { get; }Property Value
Section titled “Property Value”Exception
Section titled “Exception”Gets the error that ended the attempt.
public Exception Exception { get; }Property Value
Section titled “Property Value”Source
Section titled “Source”Gets the source link of the pair that failed to synchronize.
public FileSystemStructureLink Source { get; }Property Value
Section titled “Property Value”WillRetry
Section titled “WillRetry”Gets a value indicating whether the pair is queued for another attempt.
public bool WillRetry { get; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”When false, the pair is abandoned until something changes it again.