LiveDnsCore.BeginUpdateSrvRecord, 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 BeginUpdateSrvRecord ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
priority As UShort, _
weight As UShort, _
port As UShort, _
target As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginUpdateSrvRecord(
string ownerName,
Guid resourceRecordId,
uint ttl,
ushort priority,
ushort weight,
ushort port,
string target,
AsyncCallback callback,
Object asyncState
)
Paramètres
- ownerName
Type : System.String
- resourceRecordId
Type : System.Guid
- ttl
Type : System.UInt32
- priority
Type : System.UInt16
- weight
Type : System.UInt16
- port
Type : System.UInt16
- target
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