Share via


TFSProvider.EventWriteEvent_Kpi_Info Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function EventWriteEvent_Kpi_Info ( _
    Count As Integer, _
    Metrics As String _
) As Boolean
public bool EventWriteEvent_Kpi_Info(
    int Count,
    string Metrics
)
public:
bool EventWriteEvent_Kpi_Info(
    int Count, 
    String^ Metrics
)
member EventWriteEvent_Kpi_Info : 
        Count:int * 
        Metrics:string -> bool
public function EventWriteEvent_Kpi_Info(
    Count : int, 
    Metrics : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TFSProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace