Share via


LiveDnsCore.EndGetResourceRecordByNameAndSecretKey Method

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace