Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Reduces the operation count by the specified value.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Function Decrement ( _
value As Integer _
) As Integer
public int Decrement(
int value
)
public:
int Decrement(
int value
)
Parameters
- value
Type: System.Int32
The number of operations to reduce the count by.
Return Value
Type: System.Int32
The updated operation count.