LiveDnsCore.EnumerateResourceRecordsByZoneAsync Method (String, ResourceRecordType, UInt32, String, Nullable<Guid>)
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) _
)
[CLSCompliantAttribute(false)]
public void EnumerateResourceRecordsByZoneAsync(
string zoneName,
ResourceRecordType recordType,
uint count,
string startOwnerName,
Nullable<Guid> startResourceRecordId
)
[CLSCompliantAttribute(false)]
public:
void EnumerateResourceRecordsByZoneAsync(
String^ zoneName,
ResourceRecordType recordType,
unsigned int count,
String^ startOwnerName,
Nullable<Guid> startResourceRecordId
)
[<CLSCompliantAttribute(false)>]
member EnumerateResourceRecordsByZoneAsync :
zoneName:string *
recordType:ResourceRecordType *
count:uint32 *
startOwnerName:string *
startResourceRecordId:Nullable<Guid> -> unit
public function EnumerateResourceRecordsByZoneAsync(
zoneName : String,
recordType : ResourceRecordType,
count : uint,
startOwnerName : String,
startResourceRecordId : Nullable<Guid>
)
Parameters
- zoneName
Type: System.String
- recordType
Type: Microsoft.TeamFoundation.Framework.Server.ResourceRecordType
- count
Type: System.UInt32
- startOwnerName
Type: System.String
- startResourceRecordId
Type: System.Nullable<Guid>
.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.