FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / SetSchedulePropertiesAsync Method / SetSchedulePropertiesAsync(BatchHeader,String,String,ScheduleDefinition) Method

In This Topic
    SetSchedulePropertiesAsync(BatchHeader,String,String,ScheduleDefinition) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetSchedulePropertiesAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal ScheduleID As String, _
       ByVal ScheduleDefinition As ScheduleDefinition _
    ) 
    public void SetSchedulePropertiesAsync( 
       BatchHeader BatchHeader,
       string Name,
       string ScheduleID,
       ScheduleDefinition ScheduleDefinition
    )

    Parameters

    BatchHeader
    Name
    ScheduleID
    ScheduleDefinition
    See Also