[]
        
(Showing Draft Content)

C1.WinUI.Core.AsyncEventArgs.GetDeferral

GetDeferral Method

GetDeferral()

Gets the deferral.

Declaration
public AsyncEventArgsDeferral GetDeferral()
Public Function GetDeferral() As AsyncEventArgsDeferral
Returns
Type Description
AsyncEventArgsDeferral
Remarks

The event won't finish until all the deferrals call the complete method.