Share via


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

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.Alm.Zone

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace