LiveDnsCore.CreateMxRecordAsync Method (String, String, UInt32, String, UInt16, Boolean)

This API is not CLS-compliant. 

Namespace:  Microsoft.TeamFoundation.Framework.Server
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 _
)
[CLSCompliantAttribute(false)]
public void CreateMxRecordAsync(
    string zoneName,
    string ownerName,
    uint ttl,
    string mxHost,
    ushort mxPriority,
    bool deleteExisting
)
[CLSCompliantAttribute(false)]
public:
void CreateMxRecordAsync(
    String^ zoneName, 
    String^ ownerName, 
    unsigned int ttl, 
    String^ mxHost, 
    unsigned short mxPriority, 
    bool deleteExisting
)
[<CLSCompliantAttribute(false)>]
member CreateMxRecordAsync : 
        zoneName:string * 
        ownerName:string * 
        ttl:uint32 * 
        mxHost:string * 
        mxPriority:uint16 * 
        deleteExisting:bool -> unit
public function CreateMxRecordAsync(
    zoneName : String, 
    ownerName : String, 
    ttl : uint, 
    mxHost : String, 
    mxPriority : ushort, 
    deleteExisting : boolean
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

CreateMxRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace