C1.Maui.Core Assembly / C1.Maui.Core Namespace / AsyncEventArgsDeferral Class / Complete Method
The exception in case the handler completed with an error.
In This Topic
Complete Method
In This Topic
Notifies the event the handler is ready to continue.
Syntax
public void Complete( 
   Exception exc
)

Parameters

exc
The exception in case the handler completed with an error.
See Also