UpdateServerStatus Class
This class contains statistics summarizing the current state of the WSUS server, updates, and the client computers. To get this class, call the GetStatus method. The statistics are a snapshot in time of the current counts. You need to call the GetStatus method each time you want to receive the current counts. Do not use the new keyword to create this class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
[SerializableAttribute] [GuidAttribute("1C0F6DF3-7617-4574-B0E1-B29EFD827BF5")] [ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(true)] public class UpdateServerStatus
/** @attribute SerializableAttribute() */
/** @attribute GuidAttribute("1C0F6DF3-7617-4574-B0E1-B29EFD827BF5") */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute ComVisibleAttribute(true) */
public class UpdateServerStatus
SerializableAttribute GuidAttribute("1C0F6DF3-7617-4574-B0E1-B29EFD827BF5") ClassInterfaceAttribute(ClassInterfaceType.None) ComVisibleAttribute(true) public class UpdateServerStatus
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2