다음을 통해 공유


OperationCounter.Decrement 메서드

정의

오버로드

Decrement()

작업 수를 1만큼 줄입니다.

Decrement(Int32)

작업 수를 지정된 값만큼 줄입니다.

Decrement()

작업 수를 1만큼 줄입니다.

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

반환

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

적용 대상

Decrement(Int32)

작업 수를 지정된 값만큼 줄입니다.

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

매개 변수

value
Int32

한 번에 줄어들 작업의 수입니다.

반환

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

적용 대상