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