IUpdateServer.GetReplicaStatus Method ()

 

Applies To: Windows Server Update Services

Get a set of status information summarizing the current state of the update server's replica set and its client computers.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

UpdateServerStatus GetReplicaStatus()
UpdateServerStatus^ GetReplicaStatus()
abstract GetReplicaStatus : unit -> UpdateServerStatus
Function GetReplicaStatus As UpdateServerStatus

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateServerStatus

A set of status information summarizing the current state of the update server's replica set and its client computers.

Remarks

This is equivalent to GetReplicaStatus(UpdateTypes.Driver | UpdateTypes.SoftwareUpdate).

See Also

GetReplicaStatus Overload
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top