LiveDnsCore.EnumerateResourceRecordsByZoneAsync Method (String, ResourceRecordType, UInt32, String, Nullable<Guid>, Object)

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 Sub EnumerateResourceRecordsByZoneAsync ( _
    zoneName As String, _
    recordType As ResourceRecordType, _
    count As UInteger, _
    startOwnerName As String, _
    startResourceRecordId As Nullable(Of Guid), _
    userState As Object _
)
[CLSCompliantAttribute(false)]
public void EnumerateResourceRecordsByZoneAsync(
    string zoneName,
    ResourceRecordType recordType,
    uint count,
    string startOwnerName,
    Nullable<Guid> startResourceRecordId,
    Object userState
)
[CLSCompliantAttribute(false)]
public:
void EnumerateResourceRecordsByZoneAsync(
    String^ zoneName, 
    ResourceRecordType recordType, 
    unsigned int count, 
    String^ startOwnerName, 
    Nullable<Guid> startResourceRecordId, 
    Object^ userState
)
[<CLSCompliantAttribute(false)>]
member EnumerateResourceRecordsByZoneAsync : 
        zoneName:string * 
        recordType:ResourceRecordType * 
        count:uint32 * 
        startOwnerName:string * 
        startResourceRecordId:Nullable<Guid> * 
        userState:Object -> unit
public function EnumerateResourceRecordsByZoneAsync(
    zoneName : String, 
    recordType : ResourceRecordType, 
    count : uint, 
    startOwnerName : String, 
    startResourceRecordId : Nullable<Guid>, 
    userState : Object
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

EnumerateResourceRecordsByZoneAsync Overload

Microsoft.TeamFoundation.Framework.Server Namespace