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

.NET Framework Security

See Also

Reference

LiveDnsCore Class

ListDynamicDnsHostsByPuidAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace