Share via


LiveDnsCore.EndGetResourceRecordCountByZone Method

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function EndGetResourceRecordCountByZone ( _
    asyncResult As IAsyncResult _
) As UInteger
[CLSCompliantAttribute(false)]
public uint EndGetResourceRecordCountByZone(
    IAsyncResult asyncResult
)
[CLSCompliantAttribute(false)]
public:
unsigned int EndGetResourceRecordCountByZone(
    IAsyncResult^ asyncResult
)
[<CLSCompliantAttribute(false)>]
member EndGetResourceRecordCountByZone : 
        asyncResult:IAsyncResult -> uint32
public function EndGetResourceRecordCountByZone(
    asyncResult : IAsyncResult
) : uint

Parameters

Return Value

Type: System.UInt32
Returns UInt32.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace