FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / BeginListJobs Method

In This Topic
    BeginListJobs Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginListJobs( _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginListJobs( 
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    callback
    asyncState
    See Also