The Notify method is called by the Server Engine to notify an exit module that an event has occurred.
[VB] void Notify( long Event, long Context ); int Event, int Context ); [C++] HRESULT Notify( LONG Event, // in LONG Context // in );
| Name | Description |
|---|---|
| EXITEVENT_INVALID | Invalid event |
| EXITEVENT_CERTISSUED | Certificate issued |
| EXITEVENT_CERTPENDING | Certificate pending |
| EXITEVENT_CERTDENIED | Certificate denied |
| EXITEVENT_CERTREVOKED | Certificate revoked |
| EXITEVENT_CERTRETRIEVEPENDING | Retrieval of pending certificate successful. |
| EXITEVENT_CRLISSUED | CRL issued |
| EXITEVENT_SHUTDOWN | Certificate Server shutdown |
This method does not return a value.