LiveDnsCore.BeginCreateARecord, 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 BeginCreateARecord ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
ipAddress As String, _
deleteExisting As Boolean, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginCreateARecord(
string zoneName,
string ownerName,
uint ttl,
string ipAddress,
bool deleteExisting,
AsyncCallback callback,
Object asyncState
)
Paramètres
- zoneName
Type : System.String
- ownerName
Type : System.String
- ttl
Type : System.UInt32
- ipAddress
Type : System.String
- deleteExisting
Type : System.Boolean
- 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