C# Class DNSManagement.RootHints

Describes the RootHints stored in a cache file on a DNS Server.

MicrosoftDNS_RootHints

Inheritance: Domain
ファイルを表示 Open project: drorgl/MSDNSWebAdmin

Public Methods

Method Description
WriteBackRootHintDatafile ( Server server ) : void

Writes the RootHints back to the DNS Cache file.

Private Methods

Method Description
RootHints ( System.Management.ManagementObject mo ) : System

Method Details

WriteBackRootHintDatafile() public method

Writes the RootHints back to the DNS Cache file.
public WriteBackRootHintDatafile ( Server server ) : void
server Server server object to execute this method on
return void