OperationCounter.Increment Method

Definition

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.

Applies to