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

In This Topic
    SetSchedulePropertiesAsync(BatchHeader,String,String,ScheduleDefinition,Object) 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, _
       ByVal userState As Object _
    ) 
    public void SetSchedulePropertiesAsync( 
       BatchHeader BatchHeader,
       string Name,
       string ScheduleID,
       ScheduleDefinition ScheduleDefinition,
       object userState
    )

    Parameters

    BatchHeader
    Name
    ScheduleID
    ScheduleDefinition
    userState
    See Also