C# Класс DNSManagement.RR.MINFOType

Represents an Mail Information (MINFO) RR.
Наследование: ResourceRecord
Показать файл Открыть проект

Открытые методы

Метод Описание
Modify ( System.TimeSpan ttl, string responsibleMailbox, string errorMailbox ) : MINFOType

This method updates the TTL, Responsible Mailbox, and Error Mailbox to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.

ToString ( ) : string

Приватные методы

Метод Описание
CreateInstanceFromPropertyData ( Server server, string dnsServerName, string containerName, string ownerName, RecordClassEnum recordClass, System.TimeSpan ttl, string responsibleMailbox, string errorMailbox ) : MINFOType
MINFOType ( System.Management.ManagementObject mo ) : System

Описание методов

Modify() публичный Метод

This method updates the TTL, Responsible Mailbox, and Error Mailbox to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.
public Modify ( System.TimeSpan ttl, string responsibleMailbox, string errorMailbox ) : MINFOType
ttl System.TimeSpan Optional - Time, in seconds, that the RR can be cached by a DNS resolver.
responsibleMailbox string Optional - FQDN specifying a mailbox responsible for the mailing list or mailbox specified in the record's Owner Name.
errorMailbox string Optional - FQDN specifying a mailbox to receive error messages related to either the mailing list, or to the mailbox specified by the owner name of the MINFO record.
Результат MINFOType

ToString() публичный Метод

public ToString ( ) : string
Результат string