IUpdateServer.GetFrontEndServers Method ()
Applies To: Windows Server Update Services
Gets the list of all front-end servers
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
ReadOnlyCollection<IFrontEndServer> GetFrontEndServers()
ReadOnlyCollection<IFrontEndServer^>^ GetFrontEndServers()
abstract GetFrontEndServers : unit -> ReadOnlyCollection<IFrontEndServer>
Function GetFrontEndServers As ReadOnlyCollection(Of IFrontEndServer)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IFrontEndServer>
A read-only collection of front-end servers.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top