CmisSync.Lib.Streams.BandwidthLimitedStream.Init C# (CSharp) Method

Init() private method

Init this instance.
private Init ( ) : void
return void
        private void Init() {
            this.writeWatch = new Stopwatch();
            this.readWatch = new Stopwatch();
        }
    }