LiveDnsCore.BeginUpdateAaaaRecord-Methode
Diese API ist nicht CLS-kompatibel.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<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
)
Parameter
- ownerName
Typ: System.String
- resourceRecordId
Typ: System.Guid
- ttl
Typ: System.UInt32
- ipAddress
Typ: System.String
- callback
Typ: System.AsyncCallback
- asyncState
Typ: System.Object
Rückgabewert
Typ: System.IAsyncResult
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.