BackgroundUploadProgress.HasRestarted Field

Definition

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

Applies to