LiveDnsCore.BeginUpdateAaaaRecord, méthode
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 Function BeginUpdateAaaaRecord ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
ipAddress As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateAaaaRecord(
string ownerName,
Guid resourceRecordId,
uint ttl,
string ipAddress,
AsyncCallback callback,
Object asyncState
)
Paramètres
- ownerName
Type : System.String
- resourceRecordId
Type : System.Guid
- ttl
Type : System.UInt32
- ipAddress
Type : System.String
- callback
Type : System.AsyncCallback
- asyncState
Type : System.Object
Valeur de retour
Type : System.IAsyncResult
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
Microsoft.TeamFoundation.Framework.Server.Alm, espace de noms