Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 855 Bytes

userauthenticationstatuschangingeventargs_getdeferral_254836512.md

File metadata and controls

25 lines (17 loc) · 855 Bytes
-api-id -api-type
M:Windows.System.UserAuthenticationStatusChangingEventArgs.GetDeferral
winrt method

Windows.System.UserAuthenticationStatusChangingEventArgs.GetDeferral

-description

Requests a delay before the user's authentication status changes.

-returns

The user authentication status change deferral.

-remarks

The change in user authentication status is delayed until the app calls the UserAuthenticationStatusChangeDeferral.Complete method or the deadline for the change has passed.

Use the deferral to complete asynchronous operations, such as saving data to a file, before the system changes the user’s authentication status.

-examples

-see-also