ReportingService2005.BeginListTasks Method

Definition

public:
 IAsyncResult ^ BeginListTasks(Microsoft::SqlServer::ReportingServices2005::SecurityScopeEnum SecurityScope, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginListTasks (Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum SecurityScope, AsyncCallback callback, object asyncState);
member this.BeginListTasks : Microsoft.SqlServer.ReportingServices2005.SecurityScopeEnum * AsyncCallback * obj -> IAsyncResult
Public Function BeginListTasks (SecurityScope As SecurityScopeEnum, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

SecurityScope
SecurityScopeEnum
callback
AsyncCallback
asyncState
Object

Returns

Applies to