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