Click or drag to resize

BusinessEventHandlingSystem Methods

The BusinessEventHandlingSystem type exposes the following members.

Methods
  NameDescription
Public methodGetEventHandlers
Gets the event handlers for the specified business event.
Public methodHandleEvent
Handles a business event by execution all appropriate event handlers.
Public methodMakeReadOnly
Marks the BusinessEventHandlingSystem as read only. BusinessEventHandler can't be registered on initialized system.
Public methodRegisterEventHandler
Registers the event handler.
Top
See Also