共用方式為


ReportingService2005.EndListTasks(IAsyncResult) Method

Definition

public:
 cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ EndListTasks(IAsyncResult ^ asyncResult);
public Microsoft.SqlServer.ReportingServices2005.Task[] EndListTasks (IAsyncResult asyncResult);
member this.EndListTasks : IAsyncResult -> Microsoft.SqlServer.ReportingServices2005.Task[]
Public Function EndListTasks (asyncResult As IAsyncResult) As Task()

Parameters

asyncResult
IAsyncResult

Returns

Task[]

Applies to