TeamFoundationPerformanceCounter.IncrementBy Method

Increment the counter by the specified value.

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

Syntax

'Declaration
Public Function IncrementBy ( _
    value As Long _
) As Long
public long IncrementBy(
    long value
)
public:
long long IncrementBy(
    long long value
)
member IncrementBy : 
        value:int64 -> int64
public function IncrementBy(
    value : long
) : long

Parameters

Return Value

Type: System.Int64
Returns the updated value of the counter.

.NET Framework Security

See Also

Reference

TeamFoundationPerformanceCounter Class

Microsoft.TeamFoundation.Framework.Server Namespace