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

In This Topic
    CreateScheduleAsync(BatchHeader,String,ScheduleDefinition,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CreateScheduleAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal ScheduleDefinition As ScheduleDefinition, _
       ByVal userState As Object _
    ) 
    public void CreateScheduleAsync( 
       BatchHeader BatchHeader,
       string Name,
       ScheduleDefinition ScheduleDefinition,
       object userState
    )

    Parameters

    BatchHeader
    Name
    ScheduleDefinition
    userState
    See Also