Freigeben über


LiveDnsCore.BeginUpdateCNameRecord-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 BeginUpdateCNameRecord ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    cName As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateCNameRecord(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    string cName,
    AsyncCallback callback,
    Object asyncState
)

Parameter

Rückgabewert

Typ: System.IAsyncResult

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace