IDataCollectorHelper.Register Method
Registers several data collectors on 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 Register ( _
dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Register(
IEnumerable<IDataCollectorInformation> dataCollectors
)
void Register(
IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Register :
dataCollectors:IEnumerable<IDataCollectorInformation> -> unit
function Register(
dataCollectors : IEnumerable<IDataCollectorInformation>
)
Parameters
dataCollectors
Type: IEnumerable<IDataCollectorInformation>A list of information about the data collectors to register.
.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