LiveDnsCore.BeginCreateMxRecord Method

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 Function BeginCreateMxRecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    mxHost As String, _
    mxPriority As UShort, _
    deleteExisting As Boolean, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginCreateMxRecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string mxHost,
    ushort mxPriority,
    bool deleteExisting,
    AsyncCallback callback,
    Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginCreateMxRecord(
    String^ zoneName, 
    String^ ownerName, 
    unsigned int ttl, 
    String^ mxHost, 
    unsigned short mxPriority, 
    bool deleteExisting, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginCreateMxRecord : 
        zoneName:string * 
        ownerName:string * 
        ttl:uint32 * 
        mxHost:string * 
        mxPriority:uint16 * 
        deleteExisting:bool * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginCreateMxRecord(
    zoneName : String, 
    ownerName : String, 
    ttl : uint, 
    mxHost : String, 
    mxPriority : ushort, 
    deleteExisting : boolean, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace