Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
value
Type: System.Int64Amount to update the counter by.
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.