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