IUpdateServer.GetStatus Method ()
Applies To: Windows Server Update Services
Gets statistics that summarize the current state of the WSUS server, updates, and the client computers.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateServerStatus GetStatus()
UpdateServerStatus^ GetStatus()
abstract GetStatus : unit -> UpdateServerStatus
Function GetStatus As UpdateServerStatus
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateServerStatus
An UpdateServerStatus that you can use to get statistics that summarize the current state of the WSUS server, updates, and the client computers.
Remarks
The statistics are a snapshot in time of the current counts. You need to call this method each time you want to receive the current counts.
See Also
GetStatus Overload
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top