KpiService.Publish Method

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Publish(TeamFoundationRequestContext, String, KpiMetric) This will produce a Kpi trace for the passed in metric.
Public method Publish(TeamFoundationRequestContext, String, List<KpiMetric>) This will produce a Kpi trace for the passed in metrics.
Public method Publish(TeamFoundationRequestContext, String, Guid, KpiMetric) This will produce a Kpi trace for the passed in metric.
Public method Publish(TeamFoundationRequestContext, String, Guid, List<KpiMetric>) This will produce a Kpi trace for the passed in metrics.
Public method Publish(TeamFoundationRequestContext, String, String, KpiMetric) This will produce a Kpi trace for the passed in metric.
Public method Publish(TeamFoundationRequestContext, String, String, List<KpiMetric>) This will produce a Kpi trace for the passed in metrics.
Public method Publish(TeamFoundationRequestContext, String, String, Double) This will produce a Kpi trace for the passed in metric data.
Public method Publish(TeamFoundationRequestContext, String, Guid, String, KpiMetric) This will produce a Kpi trace for the passed in metric.
Public method Publish(TeamFoundationRequestContext, String, Guid, String, List<KpiMetric>) This will produce a Kpi trace for the passed in metrics.
Public method Publish(TeamFoundationRequestContext, String, Guid, String, Double) This will produce a Kpi trace for the passed in metric data.
Public method Publish(TeamFoundationRequestContext, String, String, String, Double) This will produce a Kpi trace for the passed in metric data.
Public method Publish(TeamFoundationRequestContext, String, Guid, String, String, Double) This will produce a Kpi trace for the passed in metric data.

Top

See Also

Reference

KpiService Class

Microsoft.TeamFoundation.Framework.Server Namespace