WindowsUpdateManager.GetMostRecentCompletedUpdatesAsync(Int32) Method

Definition

Asynchronously retrieves information about the most recently completed updates.

public:
 virtual IAsyncOperation<IVectorView<WindowsUpdateItem ^> ^> ^ GetMostRecentCompletedUpdatesAsync(int count) = GetMostRecentCompletedUpdatesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<WindowsUpdateItem>> GetMostRecentCompletedUpdatesAsync(int const& count);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<WindowsUpdateItem>> GetMostRecentCompletedUpdatesAsync(int count);
function getMostRecentCompletedUpdatesAsync(count)
Public Function GetMostRecentCompletedUpdatesAsync (count As Integer) As IAsyncOperation(Of IReadOnlyList(Of WindowsUpdateItem))

Parameters

count
Int32

int

The number of recently completed updates to retrieve.

Returns

An asynchronous operation object which, when it completes, contains a list of the N most recently completed updates, where N can't exceed count.

Attributes

Applies to

See also