TeamFoundationPerformanceCounter.IncrementTicks Method
Let callers supply DateTime/TimeSpan ticks when incrementing an average time counter.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function IncrementTicks ( _
ticks As Long _
) As Long
public long IncrementTicks(
long ticks
)
public:
long long IncrementTicks(
long long ticks
)
member IncrementTicks :
ticks:int64 -> int64
public function IncrementTicks(
ticks : long
) : long
Parameters
- ticks
Type: System.Int64
Return Value
Type: System.Int64
Returns the updated value of the counter.
.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.