v9.7.2018.0421 支持运行时修改DAL连接字符串
using System.IO; namespace NewLife.Queue.Storage { public interface ILogRecord { void WriteTo(long logPosition, BinaryWriter writer); void ReadFrom(byte[] recordBuffer); } }