LiveDnsCore.EndCreateZone Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function EndCreateZone ( _
    asyncResult As IAsyncResult _
) As Guid
public Guid EndCreateZone(
    IAsyncResult asyncResult
)
public:
Guid EndCreateZone(
    IAsyncResult^ asyncResult
)
member EndCreateZone : 
        asyncResult:IAsyncResult -> Guid
public function EndCreateZone(
    asyncResult : IAsyncResult
) : Guid

Parameters

Return Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace