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

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

    Parameters

    result
    Schedules
    See Also