EKG_Project.Architecture.ProcessSync.ProcessSync C# (CSharp) Method

ProcessSync() public method

public ProcessSync ( ) : System.Collections.Generic
return System.Collections.Generic
        public ProcessSync()
        {
            _toProcessingQueue = new Queue<IProcessingState>();
        }