Freigeben über


WindowsUpdateManager.GetMostRecentCompletedUpdatesAsync(Int32) Methode

Definition

Ruft asynchron Informationen zu den zuletzt abgeschlossenen Updates ab.

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))

Parameter

count
Int32

int

Die Anzahl der kürzlich abgeschlossenen Updates, die abgerufen werden sollen.

Gibt zurück

Ein asynchrones Vorgangsobjekt, das nach Abschluss eine Liste der zuletzt abgeschlossenen N-Updates enthält, wobei N die Anzahl nicht überschreiten darf.

Attribute

Gilt für:

Weitere Informationen