Blazor | ComponentOne
C1.DataCollection Assembly / C1.Core Namespace / AsyncEventArgsDeferral Class / Complete Method
The exception in case the handler completed with an error.

In This Topic
    Complete Method (AsyncEventArgsDeferral)
    In This Topic
    Notifies the event the handler is ready to continue.
    Syntax
    'Declaration
     
    
    Public Sub Complete( _
       Optional ByVal exc As Exception _
    ) 
    public void Complete( 
       Exception exc
    )

    Parameters

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