DotNetWorkQueue.BaseContainer.BaseContainer C# (CSharp) 메소드

BaseContainer() 보호된 메소드

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