ReportingService2005.BeginDeleteSchedule Method

Definition

public:
 IAsyncResult ^ BeginDeleteSchedule(System::String ^ ScheduleID, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginDeleteSchedule (string ScheduleID, AsyncCallback callback, object asyncState);
member this.BeginDeleteSchedule : string * AsyncCallback * obj -> IAsyncResult
Public Function BeginDeleteSchedule (ScheduleID As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

ScheduleID
String
callback
AsyncCallback
asyncState
Object

Returns

Applies to