LiveDnsCore.SetupDynamicDnsAsync Method (UInt64, String, String, String, Object)
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub SetupDynamicDnsAsync ( _
puid As ULong, _
ownerName As String, _
description As String, _
ipAddress As String, _
userState As Object _
)
[CLSCompliantAttribute(false)]
public void SetupDynamicDnsAsync(
ulong puid,
string ownerName,
string description,
string ipAddress,
Object userState
)
[CLSCompliantAttribute(false)]
public:
void SetupDynamicDnsAsync(
unsigned long long puid,
String^ ownerName,
String^ description,
String^ ipAddress,
Object^ userState
)
[<CLSCompliantAttribute(false)>]
member SetupDynamicDnsAsync :
puid:uint64 *
ownerName:string *
description:string *
ipAddress:string *
userState:Object -> unit
public function SetupDynamicDnsAsync(
puid : ulong,
ownerName : String,
description : String,
ipAddress : String,
userState : Object
)
Parameters
- puid
Type: System.UInt64
- ownerName
Type: System.String
- description
Type: System.String
- ipAddress
Type: System.String
- userState
Type: System.Object
.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.