namespace ZB.MOM.WW.MxGateway.Worker.MxAccess;
///
/// Exposes the per-session an
/// event sink populates from OnWriteComplete callbacks, so
/// can share one instance between the
/// sink (writer) and the write command executor (reader). Implemented by
/// and by test sinks that cannot
/// attach to a live MXAccess COM object.
///
public interface IWriteCompletionCacheProvider
{
/// The completion cache bound to this sink.
MxAccessWriteCompletionCache WriteCompletionCache { get; }
}