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 Function BeginListDynamicDnsHostsByPuid ( _
puid As ULong, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginListDynamicDnsHostsByPuid(
ulong puid,
AsyncCallback callback,
Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginListDynamicDnsHostsByPuid(
unsigned long long puid,
AsyncCallback^ callback,
Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginListDynamicDnsHostsByPuid :
puid:uint64 *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginListDynamicDnsHostsByPuid(
puid : ulong,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- puid
Type: System.UInt64
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
.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.