Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / AsyncEventArgsDeferral Class / Complete Method


In This Topic
    Complete Method (AsyncEventArgsDeferral)
    In This Topic
    Notifies the event the handler is ready to continue.
    Syntax
    'Declaration
     
    
    Public Sub Complete() 
    'Usage
     
    
    Dim instance As AsyncEventArgsDeferral
     
    instance.Complete()
    public void Complete()
    See Also