namespace ZB.MOM.WW.MxGateway.Worker.MxAccess; public interface IMxAccessEventSink { /// Attaches the event sink to an MXAccess COM object. /// The MXAccess COM object. /// The session ID. void Attach( object mxAccessComObject, string sessionId); /// Detaches the event sink from the COM object. void Detach(); }