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