Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Sub SetupDynamicDnsAsync ( _
puid As ULong, _
ownerName As String, _
description As String, _
ipAddress As String _
)
[CLSCompliantAttribute(false)]
public void SetupDynamicDnsAsync(
ulong puid,
string ownerName,
string description,
string ipAddress
)
[CLSCompliantAttribute(false)]
public:
void SetupDynamicDnsAsync(
unsigned long long puid,
String^ ownerName,
String^ description,
String^ ipAddress
)
[<CLSCompliantAttribute(false)>]
member SetupDynamicDnsAsync :
puid:uint64 *
ownerName:string *
description:string *
ipAddress:string -> unit
public function SetupDynamicDnsAsync(
puid : ulong,
ownerName : String,
description : String,
ipAddress : String
)
Parameters
- puid
Type: System.UInt64
- ownerName
Type: System.String
- description
Type: System.String
- ipAddress
Type: System.String
.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.