ReportingService2005.EndListEvents(IAsyncResult) Method

Definition

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

Parameters

asyncResult
IAsyncResult

Returns

Event[]

Applies to