Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Increments 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 Increment ( _
value As Integer _
) As Integer
public int Increment(
int value
)
public:
int Increment(
int value
)
Parameters
- value
Type: System.Int32
The number of operations to increment the count by.
Return Value
Type: System.Int32
The updated operation count.