Adapter.OnStopped Method

This function is called when the adapter invokes Stopped to stop itself. It allows derived classes to implement additional behavior besides what the base class does.

Namespace:  Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)

Syntax

protected internal virtual void OnStopped()

See Also

Reference

Adapter Class

Microsoft.ComplexEventProcessing.Adapters Namespace