LiveDnsCore.EndListDynamicDnsHostsByPuid Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function EndListDynamicDnsHostsByPuid ( _
asyncResult As IAsyncResult _
) As DynamicDnsInfo()
public DynamicDnsInfo[] EndListDynamicDnsHostsByPuid(
IAsyncResult asyncResult
)
public:
array<DynamicDnsInfo^>^ EndListDynamicDnsHostsByPuid(
IAsyncResult^ asyncResult
)
member EndListDynamicDnsHostsByPuid :
asyncResult:IAsyncResult -> DynamicDnsInfo[]
public function EndListDynamicDnsHostsByPuid(
asyncResult : IAsyncResult
) : DynamicDnsInfo[]
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.DynamicDnsInfo[]
Returns DynamicDnsInfo.
.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.