Show / Hide Table of Contents

Delegate ClientSyncWebService.UnApprovedUpdatesRequestedDelegate

Delegate method called to report updates applicable to a client but which are not approved and thus not offered

Namespace: Microsoft.UpdateServices.ClientSync.Server
Assembly: client-server-sync-lib.dll
Syntax
public delegate void UnApprovedUpdatesRequestedDelegate(IEnumerable<Update> requestedUnapprovedUpdates);
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Microsoft.UpdateServices.Metadata.Update> requestedUnapprovedUpdates
Back to top Generated by DocFX