共用方式為


BackgroundUploadProgress.HasRestarted 欄位

定義

如果上傳傳輸作業已重新開機,則為true;否則為 false

無法繼續上傳。 每當新要求傳送至伺服器以重新開機上傳時,這個屬性就會在新要求的第一個進度通知中設定為 true 。 在第一個進度通知之後, HasRestarted 會在稍後的通知中設定為 false

public: bool HasRestarted;
bool HasRestarted;
public bool HasRestarted;
Public HasRestarted As Boolean 

欄位值

Boolean

bool

適用於