ReportingService2005.ResumeScheduleAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResumeScheduleAsync(String) | |
ResumeScheduleAsync(String, Object) |
ResumeScheduleAsync(String)
public:
void ResumeScheduleAsync(System::String ^ ScheduleID);
public void ResumeScheduleAsync (string ScheduleID);
member this.ResumeScheduleAsync : string -> unit
Public Sub ResumeScheduleAsync (ScheduleID As String)
Parameters
- ScheduleID
- String
Applies to
ResumeScheduleAsync(String, Object)
public:
void ResumeScheduleAsync(System::String ^ ScheduleID, System::Object ^ userState);
public void ResumeScheduleAsync (string ScheduleID, object userState);
member this.ResumeScheduleAsync : string * obj -> unit
Public Sub ResumeScheduleAsync (ScheduleID As String, userState As Object)
Parameters
- ScheduleID
- String
- userState
- Object