WindowsUpdateManager.GetMostRecentCompletedUpdatesAsync(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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