Raven.Munin.ReadOnlyFileBasedPersistentSource.ReplaceAtomically C# (CSharp) Method

ReplaceAtomically() public method

public ReplaceAtomically ( Stream newNewLog ) : void
newNewLog Stream
return void
        public override void ReplaceAtomically(Stream newNewLog)
        {
           throw new NotSupportedException();
        }