IUpdateServer.GetReplicaStatus 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's replica set and its client computers.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Function GetReplicaStatus ( _
updateTypes As UpdateTypes _
) As UpdateServerStatus
'Usage
Dim instance As IUpdateServer
Dim updateTypes As UpdateTypes
Dim returnValue As UpdateServerStatus
returnValue = instance.GetReplicaStatus(updateTypes)
UpdateServerStatus GetReplicaStatus (
UpdateTypes updateTypes
)
UpdateServerStatus^ GetReplicaStatus (
UpdateTypes updateTypes
)
UpdateServerStatus GetReplicaStatus (
UpdateTypes updateTypes
)
function GetReplicaStatus (
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's replica set 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
.gif)