DotNetWorkQueue.BaseContainer.BaseContainer C# (CSharp) Method

BaseContainer() protected method

Initializes a new instance of the BaseContainer class.
protected BaseContainer ( ) : System
return System
        protected BaseContainer()
        {
            Containers = new ConcurrentBag<IDisposable>();
        }