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

In This Topic
    EndCreateSchedule Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndCreateSchedule( _
       ByVal result As IAsyncResult, _
       ByRef ScheduleID As String _
    ) As ServerInfoHeader
    public ServerInfoHeader EndCreateSchedule( 
       IAsyncResult result,
       out string ScheduleID
    )

    Parameters

    result
    ScheduleID
    See Also