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
- Count
Type: System.Int32
- Metrics
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.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.