Freigeben über


LiveDnsCore.BeginCreateARecord-Methode

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 Function BeginCreateARecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    ipAddress As String, _
    deleteExisting As Boolean, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginCreateARecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string ipAddress,
    bool deleteExisting,
    AsyncCallback callback,
    Object asyncState
)

Parameter

Rückgabewert

Typ: System.IAsyncResult

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace