LiveDnsCore.BeginSetupDynamicDns, 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 BeginSetupDynamicDns ( _
puid As ULong, _
ownerName As String, _
description As String, _
ipAddress As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginSetupDynamicDns(
ulong puid,
string ownerName,
string description,
string ipAddress,
AsyncCallback callback,
Object asyncState
)
Paramètres
- puid
Type : System.UInt64
- ownerName
Type : System.String
- description
Type : System.String
- 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