JAMS 6.x Help
JobEventWrapper Class
Members 


The JobEventWrapper 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
JobEventWrapper Class
Syntax
'Declaration
 
<System.ServiceModel.CallbackBehaviorAttribute(False)>
Public NotInheritable Class JobEventWrapper 
   Implements IMonitorCallback 
'Usage
 
Dim instance As JobEventWrapper
[System.ServiceModel.CallbackBehavior(false)]
public sealed class JobEventWrapper : IMonitorCallback  
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.JobEventWrapper

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

JobEventWrapper Members
MVPSI.JAMS Namespace