IUpdateServer.GetStatus Method (UpdateTypes) 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get a set of status information summarizing the current state of the UpdateServer and its client computers.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Function GetStatus ( _
    updateTypes As UpdateTypes _
) As UpdateServerStatus
'Usage
Dim instance As IUpdateServer
Dim updateTypes As UpdateTypes
Dim returnValue As UpdateServerStatus

returnValue = instance.GetStatus(updateTypes)
UpdateServerStatus GetStatus (
    UpdateTypes updateTypes
)
UpdateServerStatus^ GetStatus (
    UpdateTypes updateTypes
)
UpdateServerStatus GetStatus (
    UpdateTypes updateTypes
)
function GetStatus (
    updateTypes : UpdateTypes
) : UpdateServerStatus

Parameters

  • updateTypes
    The types of updates to include. Can be any combination of values from UpdateTypes.

Return Value

A set of status information summarizing the current state of the UpdateServer and its client computers.

Remarks

This operation requires WSUS Reporter privileges.

Platforms

Windows Server 2003

See Also

Reference

IUpdateServer Interface
IUpdateServer Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.