Delegate ClientSyncWebService.UnApprovedUpdatesRequestedDelegate
Delegate method called to report updates applicable to a client but which are not approved and thus not offered
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Endpoints.ClientSync
Assembly: package-graph-endpoints-microsoft-update.dll
Syntax
public delegate void UnApprovedUpdatesRequestedDelegate(IEnumerable<MicrosoftUpdatePackage> requestedUnapprovedUpdates);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<MicrosoftUpdatePackage> | requestedUnapprovedUpdates |