CertExitBaseNotify Method
Called by the server engine to notify an exit module that an event has occurred.
Namespace: ADCS.CertMod.Managed.ExitAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
public virtual void Notify(
ExitEvents ExitEvent,
int Context
)
Public Overridable Sub Notify (
ExitEvent As ExitEvents,
Context As Integer
)
public:
virtual void Notify(
ExitEvents ExitEvent,
int Context
)
- ExitEvent ExitEvents
- A mask that indicates the kind of exit event that has occurred.
- Context Int32
-
Specifies a context handle that can be used to get properties associated with the event from the ICertServerExit interface.
ICertExit2Notify(ExitEvents, Int32)ICertExitNotify(ExitEvents, Int32)