LiveDnsCore.UpdateMxRecordAsync Method (String, Guid, UInt32, String, UInt16)

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 UpdateMxRecordAsync ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    mxHost As String, _
    mxPriority As UShort _
)
[CLSCompliantAttribute(false)]
public void UpdateMxRecordAsync(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    string mxHost,
    ushort mxPriority
)
[CLSCompliantAttribute(false)]
public:
void UpdateMxRecordAsync(
    String^ ownerName, 
    Guid resourceRecordId, 
    unsigned int ttl, 
    String^ mxHost, 
    unsigned short mxPriority
)
[<CLSCompliantAttribute(false)>]
member UpdateMxRecordAsync : 
        ownerName:string * 
        resourceRecordId:Guid * 
        ttl:uint32 * 
        mxHost:string * 
        mxPriority:uint16 -> unit
public function UpdateMxRecordAsync(
    ownerName : String, 
    resourceRecordId : Guid, 
    ttl : uint, 
    mxHost : String, 
    mxPriority : ushort
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

UpdateMxRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace