IUpdateServer.GetStatus Method (UpdateSources)
Applies To: Windows Server Update Services
Gets a set of status information summarizing the current state of the update server and its client computers.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateServerStatus GetStatus(
UpdateSources updateSources
)
UpdateServerStatus^ GetStatus(
UpdateSources updateSources
)
abstract GetStatus :
updateSources:UpdateSources -> UpdateServerStatus
Function GetStatus (
updateSources As UpdateSources
) As UpdateServerStatus
Parameters
updateSources
Type: Microsoft.UpdateServices.Administration.UpdateSourcesThe sources of updates to include. Can be any combination of values from UpdateSources.
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateServerStatus
An UpdateServerStatus object representing the set of status information summarizing the current state of the update server and its client computers.
See Also
GetStatus Overload
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top