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

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

UpdateTxtRecordAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace