LiveDnsCore.EndGetZoneByName Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
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.Zone
Returns Zone.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace