LiveDnsCore.BeginGetResourceRecordCountByZone Method

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

Syntax

'Declaration
Public Function BeginGetResourceRecordCountByZone ( _
    zoneName As String, _
    recordType As ResourceRecordType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginGetResourceRecordCountByZone(
    string zoneName,
    ResourceRecordType recordType,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginGetResourceRecordCountByZone(
    String^ zoneName, 
    ResourceRecordType recordType, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginGetResourceRecordCountByZone : 
        zoneName:string * 
        recordType:ResourceRecordType * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult
public function BeginGetResourceRecordCountByZone(
    zoneName : String, 
    recordType : ResourceRecordType, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace