Condividi tramite


WindowsUpdateManager.GetMostRecentCompletedUpdatesAsync(Int32) Metodo

Definizione

Recupera in modo asincrono le informazioni sugli aggiornamenti completati più di recente.

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

Parametri

count
Int32

int

Numero di aggiornamenti completati di recente da recuperare.

Restituisce

Un oggetto operazione asincrona che, al termine, contiene un elenco degli aggiornamenti completati più di recente, in cui N non può superare il numero.

Attributi

Si applica a

Vedi anche