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.
Reregisters the data on the server in the provided data collector information objects.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub Update ( _
dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Update(
IEnumerable<IDataCollectorInformation> dataCollectors
)
void Update(
IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Update :
dataCollectors:IEnumerable<IDataCollectorInformation> -> unit
function Update(
dataCollectors : IEnumerable<IDataCollectorInformation>
)
Parameters
dataCollectors
Type: IEnumerable<IDataCollectorInformation>A list of information about the data collectors to reregister.
.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.