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 | |
---|---|---|
FullDomainName | Retrieves the full domain name of this front end server. |
|
IsActive | Retrieves IsActive status of a front end server. |
|
IsMaster | Determines if the front end server is a master server. |
|
LastContactedTime | Retrieves the last time the server updates its heartbeat. |
Methods
Name | Description | |
---|---|---|
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