共用方式為


OperationCounter.Increment 方法

定義

多載

Increment()

將作業計數遞增一。

Increment(Int32)

按指定值遞增作業數。

Increment()

將作業計數遞增一。

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

遞增計數所依據的作業數。

傳回

更新的作業計數。

適用於