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