ICertExit2Notify Method

Called by the server engine to notify an exit module that an event has occurred.

Definition

Namespace: ADCS.CertMod.Managed.Exit
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
void Notify(
	ExitEvents ExitEvent,
	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.

Implements

ICertExitNotify(ExitEvents, Int32)

See Also