CertExitBaseNotify(ExitEvents, Int32) 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: 2.0.0.0 (2.0.0.0)
public void Notify(
ExitEvents ExitEvent,
int Context
)
Public Sub Notify (
ExitEvent As ExitEvents,
Context As Integer
)
public:
virtual void Notify(
ExitEvents ExitEvent,
int Context
) sealed
abstract Notify :
ExitEvent : ExitEvents *
Context : int -> unit
override Notify :
ExitEvent : ExitEvents *
Context : int -> unit
- 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)