Share via


OperationCounter.Increment 메서드

정의

오버로드

Increment()

작업 수를 1만큼 늘립니다.

Increment(Int32)

작업 수를 지정된 값만큼 늘립니다.

Increment()

작업 수를 1만큼 늘립니다.

public int Increment ();
member this.Increment : unit -> int
Public Function Increment () As Integer

반환

업데이트된 작업 수입니다.

적용 대상

Increment(Int32)

작업 수를 지정된 값만큼 늘립니다.

public int Increment (int value);
member this.Increment : int -> int
Public Function Increment (value As Integer) As Integer

매개 변수

value
Int32

한 번에 늘어날 작업의 수입니다.

반환

업데이트된 작업 수입니다.

적용 대상