LiveDnsCore.ListDynamicDnsHostsByPuidAsync Method (UInt64)
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 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.