Freigeben über


LiveDnsCore.CreateSrvRecordAsync-Methode (String, String, UInt32, UInt16, UInt16, UInt16, 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 CreateSrvRecordAsync ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    priority As UShort, _
    weight As UShort, _
    port As UShort, _
    target As String, _
    deleteExisting As Boolean _
)
[CLSCompliantAttribute(false)]
public void CreateSrvRecordAsync(
    string zoneName,
    string ownerName,
    uint ttl,
    ushort priority,
    ushort weight,
    ushort port,
    string target,
    bool deleteExisting
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

LiveDnsCore Klasse

CreateSrvRecordAsync-Überladung

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace