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

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