ReportingService2005.DeleteScheduleAsync Method

Definition

Overloads

DeleteScheduleAsync(String)
DeleteScheduleAsync(String, Object)

DeleteScheduleAsync(String)

public:
 void DeleteScheduleAsync(System::String ^ ScheduleID);
public void DeleteScheduleAsync (string ScheduleID);
member this.DeleteScheduleAsync : string -> unit
Public Sub DeleteScheduleAsync (ScheduleID As String)

Parameters

ScheduleID
String

Applies to

DeleteScheduleAsync(String, Object)

public:
 void DeleteScheduleAsync(System::String ^ ScheduleID, System::Object ^ userState);
public void DeleteScheduleAsync (string ScheduleID, object userState);
member this.DeleteScheduleAsync : string * obj -> unit
Public Sub DeleteScheduleAsync (ScheduleID As String, userState As Object)

Parameters

ScheduleID
String
userState
Object

Applies to