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