Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Unregisters several data collectors from the server, as represented by the given list of information about the data collectors.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
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>
)
Parameters
dataCollectors
Type: IEnumerable<IDataCollectorInformation>A list of information about the data collectors to unregister.
.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.
See Also
Reference
IDataCollectorHelper Interface