[]
        
(Showing Draft Content)

C1.Core.AsyncEventArgsDeferral.Complete

Complete Method

Complete(Exception?)

Notifies the event the handler is ready to continue.

Declaration
public void Complete(Exception? exc = null)
Parameters
Type Name Description
Exception exc

The exception in case the handler completed with an error.