Freigeben über


LiveDnsCore.CreateMxRecordAsync-Methode (String, String, UInt32, String, UInt16, Boolean, Object)

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub CreateMxRecordAsync ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    mxHost As String, _
    mxPriority As UShort, _
    deleteExisting As Boolean, _
    userState As Object _
)
[CLSCompliantAttribute(false)]
public void CreateMxRecordAsync(
    string zoneName,
    string ownerName,
    uint ttl,
    string mxHost,
    ushort mxPriority,
    bool deleteExisting,
    Object userState
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

CreateMxRecordAsync-Überladung

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace