JAMS 6.x Help
EventHandlerSection Class Properties


For a list of all members of this type, see EventHandlerSection members.

Public Properties
 NameDescription
Public PropertyCurrentConfiguration (Inherited from System.Configuration.ConfigurationElement)
Public PropertyElementInformation (Inherited from System.Configuration.ConfigurationElement)
Public PropertyHandleDefaultWhen set to true, this handler will try to process alerts that do not specify a handler name.  
Public PropertyHandlesSpecifies the events that this event handler is interested in.  
Public PropertyLockAllAttributesExcept (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAllElementsExcept (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockAttributes (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockElements (Inherited from System.Configuration.ConfigurationElement)
Public PropertyLockItem (Inherited from System.Configuration.ConfigurationElement)
Public PropertyNameSpecifies a name for the event handler.  
Public PropertyPrioritySpecified the priority for this event handler. Event handlers are called in order from lowest priority to highest.  
Public PropertyQueueSpecified the priority for this event handler. Event handlers are called in order from lowest priority to highest.  
Public PropertySectionInformation (Inherited from System.Configuration.ConfigurationSection)
Public PropertyTypeSpecifies the type of the event handler. This type must implement the ISchedulerEventHandlerAddIn interface.  
Top
Protected Properties
 NameDescription
Protected PropertyEvaluationContext (Inherited from System.Configuration.ConfigurationElement)
Protected PropertyHasContext (Inherited from System.Configuration.ConfigurationElement)
Top
See Also

Reference

EventHandlerSection Class
MVPSI.JAMSScheduler Namespace