LiveDnsCore.BeginUpdateAaaaRecord Method

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function BeginUpdateAaaaRecord ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    ipAddress As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateAaaaRecord(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    string ipAddress,
    AsyncCallback callback,
    Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginUpdateAaaaRecord(
    String^ ownerName, 
    Guid resourceRecordId, 
    unsigned int ttl, 
    String^ ipAddress, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginUpdateAaaaRecord : 
        ownerName:string * 
        resourceRecordId:Guid * 
        ttl:uint32 * 
        ipAddress:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginUpdateAaaaRecord(
    ownerName : String, 
    resourceRecordId : Guid, 
    ttl : uint, 
    ipAddress : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace