[]
        
(Showing Draft Content)

C1.WinUI.Core.AsyncEventArgsDeferral.Complete

Complete Method

Complete(Exception)

Notifies the event the handler is ready to continue.

Declaration
public void Complete(Exception exc = null)
Public Sub Complete(Optional exc As Exception = Nothing)
Parameters
Type Name Description
Exception exc

The exception in case the handler completed with an error.