Amib.Threading.Internal.STPInstancePerformanceCounter.Set C# (CSharp) Method

Set() public method

public Set ( long val ) : void
val long
return void
        public virtual void Set(long val)
        {
            _pcs.RawValue = val;
        }