Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 Add Processing dialog and take care of hooking your minisink to an event and managing its lifetime. The minisink needs to be registered with the WinGate Engine and the WinGate ManagementConsole with EventsRegisterMiniSinkEngine and EventsRegisterMiniSinkGUI respectively.

The interface that you register with the registration functions mimics the interface that is used when you register a policy item. This means that if you register a policy

  • No labels