LiveDnsCore.BeginGetMaxResourceRecordCountPerEnumerateCall Method

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

Syntax

'Declaration
Public Function BeginGetMaxResourceRecordCountPerEnumerateCall ( _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginGetMaxResourceRecordCountPerEnumerateCall(
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginGetMaxResourceRecordCountPerEnumerateCall(
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginGetMaxResourceRecordCountPerEnumerateCall : 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginGetMaxResourceRecordCountPerEnumerateCall(
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult
Returns IAsyncResult.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace