Freigeben über


LiveDnsCore.BeginUpdateSrvRecord-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 BeginUpdateSrvRecord ( _
    ownerName As String, _
    resourceRecordId As Guid, _
    ttl As UInteger, _
    priority As UShort, _
    weight As UShort, _
    port As UShort, _
    target As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateSrvRecord(
    string ownerName,
    Guid resourceRecordId,
    uint ttl,
    ushort priority,
    ushort weight,
    ushort port,
    string target,
    AsyncCallback callback,
    Object asyncState
)

Parameter

Rückgabewert

Typ: System.IAsyncResult

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace