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 ListDynamicDnsHostsByPuidAsync ( _
puid As ULong _
)
[CLSCompliantAttribute(false)]
public void ListDynamicDnsHostsByPuidAsync(
ulong puid
)
[CLSCompliantAttribute(false)]
public:
void ListDynamicDnsHostsByPuidAsync(
unsigned long long puid
)
[<CLSCompliantAttribute(false)>]
member ListDynamicDnsHostsByPuidAsync :
puid:uint64 -> unit
public function ListDynamicDnsHostsByPuidAsync(
puid : ulong
)
Parameters
- puid
Type: System.UInt64
.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.