FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapChannel Interface / BeginGetExecutionInfo2 Method

In This Topic
    BeginGetExecutionInfo2 Method (ReportExecutionServiceSoapChannel)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginGetExecutionInfo2( _
       ByVal request As GetExecutionInfo2Request, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginGetExecutionInfo2( 
       GetExecutionInfo2Request request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also