LiveDnsCore.UpdateSrvRecordAsync, méthode (String, Guid, UInt32, UInt16, UInt16, UInt16, String)
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 UpdateSrvRecordAsync ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
priority As UShort, _
weight As UShort, _
port As UShort, _
target As String _
)
[CLSCompliantAttribute(false)]
public void UpdateSrvRecordAsync(
string ownerName,
Guid resourceRecordId,
uint ttl,
ushort priority,
ushort weight,
ushort port,
string target
)
Paramètres
- ownerName
Type : System.String
- resourceRecordId
Type : System.Guid
- ttl
Type : System.UInt32
- priority
Type : System.UInt16
- weight
Type : System.UInt16
- port
Type : System.UInt16
- target
Type : System.String
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
UpdateSrvRecordAsync, surcharge
Microsoft.TeamFoundation.Framework.Server.Alm, espace de noms