共用方式為


UserAuthenticationStatusChangingEventArgs.GetDeferral 方法

定義

要求使用者驗證狀態變更之前的延遲。

public:
 virtual UserAuthenticationStatusChangeDeferral ^ GetDeferral() = GetDeferral;
UserAuthenticationStatusChangeDeferral GetDeferral();
public UserAuthenticationStatusChangeDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As UserAuthenticationStatusChangeDeferral

傳回

使用者驗證狀態變更延遲。

備註

在應用程式呼叫 UserAuthenticationStatusChangeDeferral.Complete 方法或變更期限已通過之前,使用者驗證狀態的變更會延遲。

在系統變更使用者的驗證狀態之前,使用延遲來完成非同步作業,例如將資料儲存至檔案。

適用於