CertExitBaseNotify(CertServerModule, 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)
protected abstract void Notify(
CertServerModule certServer,
ExitEvents ExitEvent,
int Context
)
Protected MustOverride Sub Notify (
certServer As CertServerModule,
ExitEvent As ExitEvents,
Context As Integer
)
protected:
virtual void Notify(
CertServerModule^ certServer,
ExitEvents ExitEvent,
int Context
) abstract
abstract Notify :
certServer : CertServerModule *
ExitEvent : ExitEvents *
Context : int -> unit
Parameters
- certServer CertServerModule
- An instance of CertServerModule class that allows to access request details.
- ExitEvent ExitEvents
- Context Int32