Freigeben über


LiveDnsCore.CreateTxtRecordAsync-Methode (String, String, UInt32, array<String , Boolean)

Diese API ist nicht CLS-kompatibel. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub CreateTxtRecordAsync ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    txt As String(), _
    deleteExisting As Boolean _
)
[CLSCompliantAttribute(false)]
public void CreateTxtRecordAsync(
    string zoneName,
    string ownerName,
    uint ttl,
    string[] txt,
    bool deleteExisting
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

CreateTxtRecordAsync-Überladung

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace