API Reference
Enum
WindowsUpdateClientContextResolutionSource
Describes how the effective Windows Update service was resolved for a client context snapshot.
Inheritance
- Enum
- WindowsUpdateClientContextResolutionSource
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WindowsUpdateClientContextResolutionSource Unknown #The effective service could not be resolved from the available data.
Value:
0public const WindowsUpdateClientContextResolutionSource SearcherServiceId #The effective service came directly from the configured WUA searcher ServiceID.
Value:
1public const WindowsUpdateClientContextResolutionSource ManagedServer #The effective service was resolved from the managed-server path, such as WSUS.
Value:
2public const WindowsUpdateClientContextResolutionSource WindowsUpdate #The effective service was resolved as the Windows Update service.
Value:
3public const WindowsUpdateClientContextResolutionSource AutomaticUpdatesDefault #The effective service was resolved from the default Automatic Updates registration.
Value:
4