LiveDnsCore.CreateSrvRecordAsync, méthode (String, String, UInt32, UInt16, UInt16, UInt16, String, Boolean)
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.TeamFoundation.Framework.Server.Alm
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- zoneName
Type : System.String
- ownerName
Type : System.String
- ttl
Type : System.UInt32
- priority
Type : System.UInt16
- weight
Type : System.UInt16
- port
Type : System.UInt16
- target
Type : System.String
- deleteExisting
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CreateSrvRecordAsync, surcharge
Microsoft.TeamFoundation.Framework.Server.Alm, espace de noms