LiveDnsCore.BeginSetupDynamicDns-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 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
)
Parameter
- puid
Typ: System.UInt64
- ownerName
Typ: System.String
- description
Typ: System.String
- 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.