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
- asyncResult
Type: System.IAsyncResult
Return Value
Type: System.UInt32
Returns UInt32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.