Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.Printing Namespace / PrintProgressForm Class / EndInvoke Method

In This Topic
    EndInvoke Method (PrintProgressForm)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndInvoke( _
       ByVal asyncResult As System.IAsyncResult _
    ) As System.Object
    public System.object EndInvoke( 
       System.IAsyncResult asyncResult
    )

    Parameters

    asyncResult
    See Also