Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / AsyncEventArgs Class / GetDeferral Method


In This Topic
    GetDeferral Method
    In This Topic
    Gets the deferral.
    Syntax
    'Declaration
     
    
    Public Function GetDeferral() As AsyncEventArgsDeferral
    'Usage
     
    
    Dim instance As AsyncEventArgs
    Dim value As AsyncEventArgsDeferral
     
    value = instance.GetDeferral()
    public AsyncEventArgsDeferral GetDeferral()
    Remarks
    The event won't finish until all the deferrals call the complete method.
    See Also