OperationCounter.Increment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Increment() |
Increments the operation count by one. |
Increment(Int32) |
Increments the operation count by the specified value. |
Increment()
Increments the operation count by one.
public int Increment ();
member this.Increment : unit -> int
Public Function Increment () As Integer
Returns
The updated operation count.
Applies to
Increment(Int32)
Increments the operation count by the specified value.
public int Increment (int value);
member this.Increment : int -> int
Public Function Increment (value As Integer) As Integer
Parameters
- value
- Int32
The number of operations to increment the count by.
Returns
The updated operation count.