ICertExitNotify 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)
void Notify(
ExitEvents ExitEvent,
int Context
)
Sub Notify (
ExitEvent As ExitEvents,
Context As Integer
)
void Notify(
[InAttribute] ExitEvents ExitEvent,
[InAttribute] int Context
)
Parameters
- 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.