Share via


AdminProxy.GetUpdateServer()

Retrieves an IUpdateServer that you use to communicate with the WSUS server.

public static IUpdateServer GetUpdateServer();
Public Shared Function GetUpdateServer() As IUpdateServer

Parameters

This method has no parameters.

Return Value

An IUpdateServer that you use to communicate with the WSUS server.

Remarks

After retrieving IUpdateServer, you should call IUpdateServer.PreferredCulture to specify the language code that WSUS uses to return strings.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdateServer
IUpdateServer.PreferredCulture