IFrontEndServer Interface

 

Applies To: Windows Server Update Services

This type defines interface of a front end server.

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

Syntax

public interface IFrontEndServer
public interface class IFrontEndServer
type IFrontEndServer = interface end
Public Interface IFrontEndServer

Properties

Name Description
System_CAPS_pubproperty FullDomainName

Retrieves the full domain name of this front end server.

System_CAPS_pubproperty IsActive

Retrieves IsActive status of a front end server.

System_CAPS_pubproperty IsMaster

Determines if the front end server is a master server.

System_CAPS_pubproperty LastContactedTime

Retrieves the last time the server updates its heartbeat.

Methods

Name Description
System_CAPS_pubmethod Delete()

Remove the record of this frontend server in DB. Note: if the server is still active, it'd add itself back to the DB.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top