Condividi tramite


Metodo LiveDnsCore.BeginCreateTxtRecord

Questa API non è conforme a CLS. 

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
<CLSCompliantAttribute(False)> _
Public Function BeginCreateTxtRecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    txt As String(), _
    deleteExisting As Boolean, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginCreateTxtRecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string[] txt,
    bool deleteExisting,
    AsyncCallback callback,
    Object asyncState
)

Parametri

Valore restituito

Tipo: System.IAsyncResult

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LiveDnsCore Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm