LiveDnsCore.BeginUpdateTxtRecord 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 BeginUpdateTxtRecord ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    txt As String(), _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateTxtRecord(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    string[] txt,
    AsyncCallback callback,
    Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginUpdateTxtRecord(
    String^ ownerName, 
    Guid resourceRecordId, 
    unsigned int ttl, 
    array<String^>^ txt, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginUpdateTxtRecord : 
        ownerName:string * 
        resourceRecordId:Guid * 
        ttl:uint32 * 
        txt:string[] * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginUpdateTxtRecord(
    ownerName : String, 
    resourceRecordId : Guid, 
    ttl : uint, 
    txt : String[], 
    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