Share via


IPerformanceCounter.Decrement Method

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Function Decrement As Long
'Usage
Dim instance As IPerformanceCounter 
Dim returnValue As Long 

returnValue = instance.Decrement()
long Decrement()
long long Decrement()
abstract Decrement : unit -> int64
function Decrement() : long

Return Value

Type: System.Int64
Returns Int64.

See Also

Reference

IPerformanceCounter Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace