ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / BeginInvoke Method / BeginInvoke(Delegate) Method

In This Topic
    BeginInvoke(Delegate) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function BeginInvoke( _
       ByVal method As System.Delegate _
    ) As System.IAsyncResult
    public System.IAsyncResult BeginInvoke( 
       System.Delegate method
    )

    Parameters

    method
    See Also