KpiService.Publish Method (TeamFoundationRequestContext, String, Guid, KpiMetric)
This will produce a Kpi trace for the passed in metric.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Publish ( _
requestContext As TeamFoundationRequestContext, _
area As String, _
hostId As Guid, _
metric As KpiMetric _
)
public void Publish(
TeamFoundationRequestContext requestContext,
string area,
Guid hostId,
KpiMetric metric
)
public:
void Publish(
TeamFoundationRequestContext^ requestContext,
String^ area,
Guid hostId,
KpiMetric^ metric
)
member Publish :
requestContext:TeamFoundationRequestContext *
area:string *
hostId:Guid *
metric:KpiMetric -> unit
public function Publish(
requestContext : TeamFoundationRequestContext,
area : String,
hostId : Guid,
metric : KpiMetric
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- area
Type: System.String
- hostId
Type: System.Guid
- metric
Type: Microsoft.TeamFoundation.Framework.Server.KpiMetric
.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.