Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.