Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 BeginEnumerateResourceRecordsByZone ( _
zoneName As String, _
recordType As ResourceRecordType, _
count As UInteger, _
startOwnerName As String, _
startResourceRecordId As Nullable(Of Guid), _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
[CLSCompliantAttribute(false)]
public IAsyncResult BeginEnumerateResourceRecordsByZone(
string zoneName,
ResourceRecordType recordType,
uint count,
string startOwnerName,
Nullable<Guid> startResourceRecordId,
AsyncCallback callback,
Object asyncState
)
[CLSCompliantAttribute(false)]
public:
IAsyncResult^ BeginEnumerateResourceRecordsByZone(
String^ zoneName,
ResourceRecordType recordType,
unsigned int count,
String^ startOwnerName,
Nullable<Guid> startResourceRecordId,
AsyncCallback^ callback,
Object^ asyncState
)
[<CLSCompliantAttribute(false)>]
member BeginEnumerateResourceRecordsByZone :
zoneName:string *
recordType:ResourceRecordType *
count:uint32 *
startOwnerName:string *
startResourceRecordId:Nullable<Guid> *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginEnumerateResourceRecordsByZone(
zoneName : String,
recordType : ResourceRecordType,
count : uint,
startOwnerName : String,
startResourceRecordId : Nullable<Guid>,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parameters
- zoneName
Type: System.String
- recordType
Type: Microsoft.TeamFoundation.Framework.Server.Alm.ResourceRecordType
- count
Type: System.UInt32
- startOwnerName
Type: System.String
- startResourceRecordId
Type: System.Nullable<Guid>
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
.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.