Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Minisinks offer a convenient way to provide a simple event processor that can be managed by the event system. You provide an interface with a few core functions (Persistence, creation, destruction) and the event system will integrate it within the events system and take care of everything from connecting your minisink to an event, persisting event connections and managing its lifetime. The minisink needs to be registered with the WinGate Engine and the WinGate Management Console with EventsRegisterMiniSinkEngine and EventsRegisterMiniSinkGUI respectively.

The Additionally, the interface that you register with the registration functions when registering your minisink mimics the interface that is used when you register a policy item. Therefore if you This means that if you register a policywhen creating a mini sink (or policy item) it becomes easy to provide the other functionality.