UserAuthenticationStatusChangingEventArgs.GetDeferral 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求使用者驗證狀態變更之前的延遲。
public:
virtual UserAuthenticationStatusChangeDeferral ^ GetDeferral() = GetDeferral;
UserAuthenticationStatusChangeDeferral GetDeferral();
public UserAuthenticationStatusChangeDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As UserAuthenticationStatusChangeDeferral
傳回
使用者驗證狀態變更延遲。
備註
在應用程式呼叫 UserAuthenticationStatusChangeDeferral.Complete 方法或變更期限已通過之前,使用者驗證狀態的變更會延遲。
在系統變更使用者的驗證狀態之前,使用延遲來完成非同步作業,例如將資料儲存至檔案。