ReportingService2005.ListModelPerspectivesAsync 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
ListModelPerspectivesAsync(String) | |
ListModelPerspectivesAsync(String, Object) |
ListModelPerspectivesAsync(String)
public:
void ListModelPerspectivesAsync(System::String ^ Model);
public void ListModelPerspectivesAsync (string Model);
member this.ListModelPerspectivesAsync : string -> unit
Public Sub ListModelPerspectivesAsync (Model As String)
Parameters
- Model
- String
Applies to
ListModelPerspectivesAsync(String, Object)
public:
void ListModelPerspectivesAsync(System::String ^ Model, System::Object ^ userState);
public void ListModelPerspectivesAsync (string Model, object userState);
member this.ListModelPerspectivesAsync : string * obj -> unit
Public Sub ListModelPerspectivesAsync (Model As String, userState As Object)
Parameters
- Model
- String
- userState
- Object