Complete Method (AsyncEventArgsDeferral)
In This Topic
Notifies the event the handler is ready to continue.
Syntax
'Declaration
Public Sub Complete( _
Optional ByVal As Exception _
)
public void Complete(
Exception
)
Parameters
- exc
- The exception in case the handler completed with an error.
See Also