JAMS Developer Guide
EntryEventWrapper Class
Members 


MVPSI.JAMS Namespace : EntryEventWrapper Class
The EntryEventWrapper class is needed to isolate the client and server. Without this class, the server would need access to the client assembly when it tried to send an event. With this wrapper class, the client only needs the client and the JAMSShr.dll assembly and the server only needs the server and the JAMSShr.dll
Object Model
EntryEventWrapper Class
Syntax
'Declaration
 
<System.ServiceModel.CallbackBehaviorAttribute(False)>
Public NotInheritable Class EntryEventWrapper 
   Implements IMonitorCallback 
'Usage
 
Dim instance As EntryEventWrapper
[System.ServiceModel.CallbackBehavior(false)]
public sealed class EntryEventWrapper : IMonitorCallback  
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.EntryEventWrapper

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntryEventWrapper Members
MVPSI.JAMS Namespace