LiveDnsCore.EndGetMaxResourceRecordCountPerEnumerateCall Method
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Function EndGetMaxResourceRecordCountPerEnumerateCall ( _
asyncResult As IAsyncResult _
) As UInteger
[CLSCompliantAttribute(false)]
public uint EndGetMaxResourceRecordCountPerEnumerateCall(
IAsyncResult asyncResult
)
[CLSCompliantAttribute(false)]
public:
unsigned int EndGetMaxResourceRecordCountPerEnumerateCall(
IAsyncResult^ asyncResult
)
[<CLSCompliantAttribute(false)>]
member EndGetMaxResourceRecordCountPerEnumerateCall :
asyncResult:IAsyncResult -> uint32
public function EndGetMaxResourceRecordCountPerEnumerateCall(
asyncResult : IAsyncResult
) : uint
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: System.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.