Namespace Microsoft.PackageGraph.MicrosoftUpdate.Source
Classes
Endpoint
Identifies an Upstream Update Server.
Use Default to get the endpoint of the official Microsoft Upstream Update Server.
MetadataQueryProgress
Provides progress data for a metadata query.
UpstreamCategoriesSource
Retrieves all available categories from the Microsoft Update catalog.
Categories consist of Detectoids, Products and Classifications.
Products and classifications are used to categorize updates; they are useful as filters for selectively sync'ing updates from an upstream server.
UpstreamServerClient
Retrieves update metadata for expired updates from an upstream update server.
This class should only be used for retrieving individual expired updates when their ID is known. For querying updates use UpstreamUpdatesSource. For querying products and classifications, use UpstreamCategoriesSource
UpstreamServerException
The exception that is thrown when an error code is received from an upstream update server. It contains an inner SOAP FaultException.
UpstreamSourceFilter
Implements a filter for updates based by product and/or classification.
The filter is used for selectively sync'ing updates from an upstream update server through IMetadataSource
The filter can also be used to selectively copy updates between IMetadataStore. The more versatile MetadataFilter should be used for this scenario instead.
UpstreamUpdatesSource
Retrieves updates from the Microsoft Update catalog or a WSUS upstream server.
Enums
MetadataQueryStage
The MetadataQueryStage enumeration represents, for reporting purposes, the possible execution states of an update metadata query.
UpstreamServerErrorCode
The UpstreamServerErrorCode enumeration contains errors than an upstream server can return with a SOAP reply.