Compartir a través de


LiveDnsCore.BeginEnumerateResourceRecordsByZone (Método)

Esta API no es conforme a CLS. 

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server.Alm
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
<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
)

Parámetros

Valor devuelto

Tipo: System.IAsyncResult

Seguridad de .NET Framework

Vea también

Referencia

LiveDnsCore Clase

Microsoft.TeamFoundation.Framework.Server.Alm (Espacio de nombres)