Click or drag to resize

BackgroundCopyJobTimesModificationTime Property

Gets the time the job was last modified or bytes were transferred.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public DateTime ModificationTime { get; }

Property Value

Type: DateTime
The time the job was last modified or bytes were transferred.
Remarks
Adding files or calling any of the set methods of the BackgroundCopyJob class changes this value. In addition, changes to the state of the job and calling the Suspend, Resume, Cancel, and Complete methods change this value
See Also