CopyingFileEventArgs Class

Provides data for the CopyingFile event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Files.CopyingFileEventArgs

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public class CopyingFileEventArgs : EventArgs

The CopyingFileEventArgs type exposes the following members.

  NameDescription
Public propertyFilePathGets the path of the file that is being copied. The path is relative to the root directory.
Public propertyPercentCopiedGets the progress of the copy operation. The value is returned as a percentage.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

To communicate progress while copying a file, the CopyingFile event occurs periodically while a change is being applied to the destination replica.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: