BackgroundUploadProgress.HasRestarted Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
true if a upload transfer operation has restarted; otherwise false.
Uploads cannot be resumed. Whenever a new request is sent to the server to restart the upload, this property is set to true in the first progress notification for the new request. After the first progress notification, HasRestarted is set to false in later notifications.
public: bool HasRestarted;
bool HasRestarted;
public bool HasRestarted;
Public HasRestarted As Boolean
Field Value
Boolean
bool