System.Threading.ThreadPoolRequestQueue.GetQueueCount C# (CSharp) Method

GetQueueCount() public method

public GetQueueCount ( ) : uint
return uint
        public uint GetQueueCount()
        {
            return this.tpCount;
        }
    }