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

DeleteSchedule() private method

private DeleteSchedule ( string ScheduleID ) : void
ScheduleID string
return void
        public void DeleteSchedule(string ScheduleID) {
            this.Invoke("DeleteSchedule", new object[] {
                        ScheduleID});
        }
        
ReportingService2005