LiveDnsCore.UpdateAaaaRecordAsync Method (String, Guid, UInt32, String, Object)

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 UpdateAaaaRecordAsync ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    ipAddress As String, _
    userState As Object _
)
[CLSCompliantAttribute(false)]
public void UpdateAaaaRecordAsync(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    string ipAddress,
    Object userState
)
[CLSCompliantAttribute(false)]
public:
void UpdateAaaaRecordAsync(
    String^ ownerName, 
    Guid resourceRecordId, 
    unsigned int ttl, 
    String^ ipAddress, 
    Object^ userState
)
[<CLSCompliantAttribute(false)>]
member UpdateAaaaRecordAsync : 
        ownerName:string * 
        resourceRecordId:Guid * 
        ttl:uint32 * 
        ipAddress:string * 
        userState:Object -> unit
public function UpdateAaaaRecordAsync(
    ownerName : String, 
    resourceRecordId : Guid, 
    ttl : uint, 
    ipAddress : String, 
    userState : Object
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

UpdateAaaaRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace