IDataCollectorHelper.Unregister (Método)

Quita el registro de varios recopiladores de datos del servidor, como se representa en la lista de información determinada sobre los recopiladores de datos.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Sub Unregister ( _
    dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Unregister(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Unregister(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Unregister : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit 
function Unregister(
    dataCollectors : IEnumerable<IDataCollectorInformation>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IDataCollectorHelper Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

IDataCollectorInformation