LiveDnsCore.BeginSetupDynamicDns Method
This API is not CLS-compliant.
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
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginSetupDynamicDns(
unsigned long long puid,
String^ ownerName,
String^ description,
String^ ipAddress,
AsyncCallback^ callback,
Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginSetupDynamicDns :
puid:uint64 *
ownerName:string *
description:string *
ipAddress:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginSetupDynamicDns(
puid : ulong,
ownerName : String,
description : String,
ipAddress : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- puid
Type: System.UInt64
- ownerName
Type: System.String
- description
Type: System.String
- ipAddress
Type: System.String
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.