LiveDnsCore.EndCreateARecord Method

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

Syntax

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

Parameters

Return Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace