Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / AsyncEventArgsDeferralsAwaiter Class / WaitDeferralsAsync Method

In This Topic
    WaitDeferralsAsync Method
    In This Topic
    Waits until all the deferrals are complete.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.WPF.Core.AsyncEventArgsDeferralsAwaiter/d__5)> 
    Public Function WaitDeferralsAsync() As Task
    [AsyncStateMachine(C1.WPF.Core.AsyncEventArgsDeferralsAwaiter/d__5)] 
    public Task WaitDeferralsAsync()
    See Also