ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.DeleteScheduleAsync C# (CSharp) Method

DeleteScheduleAsync() public method

public DeleteScheduleAsync ( string ScheduleID ) : void
ScheduleID string
return void
        public void DeleteScheduleAsync(string ScheduleID) {
            this.DeleteScheduleAsync(ScheduleID, null);
        }
        

Same methods

ReportingService2005::DeleteScheduleAsync ( string ScheduleID, object userState ) : void
ReportingService2005