Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / AsyncEventArgs Class / GetDeferral Method

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