Share via


IPerformanceCounter.RawValue Property

.NET Framework 4

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

Syntax

'Declaration
Property RawValue As Long 
    Get 
    Set
'Usage
Dim instance As IPerformanceCounter 
Dim value As Long 

value = instance.RawValue

instance.RawValue = value
long RawValue { get; set; }
property long long RawValue {
    long long get ();
    void set (long long value);
}
abstract RawValue : int64 with get, set
function get RawValue () : long 
function set RawValue (value : long)

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

IPerformanceCounter Interface

Microsoft.AspNet.SignalR.Infrastructure Namespace