Share via


IDataCollectorHelper.Find Method (Uri)

 

Finds and retrieves information about a data collector that is identified by the given uniform resource identifier (URI).

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

IDataCollectorInformation Find(
    Uri uri
)
IDataCollectorInformation^ Find(
    Uri^ uri
)
abstract Find : 
        uri:Uri -> IDataCollectorInformation
Function Find (
    uri As Uri
) As IDataCollectorInformation

Parameters

  • uri
    Type: System.Uri

    The URI for a specific data collector.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IDataCollectorInformation

Information about the specified data collector.

See Also

IDataCollectorInformation
IDataCollectorHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top