Share via


ReportingService2006.EndListJobs(IAsyncResult) Method

Definition

public:
 cli::array <Microsoft::SqlServer::ReportingServices2006::Job ^> ^ EndListJobs(IAsyncResult ^ asyncResult);
public Microsoft.SqlServer.ReportingServices2006.Job[] EndListJobs (IAsyncResult asyncResult);
member this.EndListJobs : IAsyncResult -> Microsoft.SqlServer.ReportingServices2006.Job[]
Public Function EndListJobs (asyncResult As IAsyncResult) As Job()

Parameters

asyncResult
IAsyncResult

Returns

Job[]

Applies to