CertExitBaseNotify(CertServerModule, ExitEvents, Int32) 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: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
protected abstract void Notify(
	CertServerModule certServer,
	ExitEvents ExitEvent,
	int Context
)

Parameters

certServer  CertServerModule
An instance of CertServerModule class that allows to access request details.
ExitEvent  ExitEvents
Context  Int32

See Also