Share via


ReportingService2006.GetSchedulePropertiesAsync Method

Definition

Overloads

GetSchedulePropertiesAsync(String)
GetSchedulePropertiesAsync(String, Object)

GetSchedulePropertiesAsync(String)

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

Parameters

ScheduleID
String

Applies to

GetSchedulePropertiesAsync(String, Object)

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

Parameters

ScheduleID
String
userState
Object

Applies to