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

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

    Parameters

    result
    Tasks
    See Also