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

In This Topic
    EndListJobs Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndListJobs( _
       ByVal result As IAsyncResult, _
       ByRef Jobs() As Job _
    ) As ServerInfoHeader
    public ServerInfoHeader EndListJobs( 
       IAsyncResult result,
       out Job[] Jobs
    )

    Parameters

    result
    Jobs
    See Also