IUpdateServer.GetReplicaStatus Method (UpdateSources)
Applies To: Windows Server Update Services
Gets the status information summarizing the current state of the IUpdateServer object's replica set and its client computers.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateServerStatus GetReplicaStatus(
UpdateSources updateSources
)
UpdateServerStatus^ GetReplicaStatus(
UpdateSources updateSources
)
abstract GetReplicaStatus :
updateSources:UpdateSources -> UpdateServerStatus
Function GetReplicaStatus (
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
A UpdateServerStatus, representing the set of status information summarizing the current state of the update server's replica set and its client computers.
See Also
GetReplicaStatus Overload
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top