Data.JSONSerializer.CompleteAdding C# (CSharp) Method

CompleteAdding() public method

Method to notify the worker thread that no more data logs will be added to the queue. Complete serializing process when queue is empty.
public CompleteAdding ( ) : void
return void
        public void CompleteAdding()
        {
            dataQueue.CompleteAdding();
        }