ReportingService2005.ListTasksAsync Method

Definition

Overloads

ListTasksAsync(SecurityScopeEnum)
ListTasksAsync(SecurityScopeEnum, Object)

ListTasksAsync(SecurityScopeEnum)

public:
 void ListTasksAsync(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope);
public void ListTasksAsync (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope);
member this.ListTasksAsync : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum -> unit
Public Sub ListTasksAsync (SecurityScope As SecurityScopeEnum)

Parameters

SecurityScope
SecurityScopeEnum

Applies to

ListTasksAsync(SecurityScopeEnum, Object)

public:
 void ListTasksAsync(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope, System::Object ^ userState);
public void ListTasksAsync (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope, object userState);
member this.ListTasksAsync : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum * obj -> unit
Public Sub ListTasksAsync (SecurityScope As SecurityScopeEnum, userState As Object)

Parameters

SecurityScope
SecurityScopeEnum
userState
Object

Applies to