|  | 
In addition to the methods implemented by IUnknown interface, the following methods must be implemented for the INSSEventNotification interface.
| Method | Description | 
| Initialize | Called when the server starts. | 
| GetHandledEvents | Specifies the events that trigger calls to the OnEvent method for this component. | 
| Shutdown | Called when the server is stopped. | 
| OnHeartBeat | Called by the server at each heartbeat period. | 
| OnEvent | Called when a specified event occurs. | 
Remarks
This interface is implemented by the developer.
See Also
[Previous][Next]