TeamFoundationPerformanceCounter.IncrementBy Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
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
- value
Type: System.Int64
Return Value
Type: System.Int64
.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.