FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapChannel Interface / BeginSetScheduleProperties Method

In This Topic
    BeginSetScheduleProperties Method (ReportingService2005SoapChannel)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginSetScheduleProperties( _
       ByVal request As SetSchedulePropertiesRequest, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginSetScheduleProperties( 
       SetSchedulePropertiesRequest request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also