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

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

    Parameters

    result
    Schedule
    See Also