InputAdapterBase.OnStopped Method

This function is called when the adapter invokes Stopped() to stop itself. Enqueue the EndOfStream event and detach from query instance. After this point, the plan manager is free to shut down the query independently of the adapter.

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

Syntax

protected internal override sealed void OnStopped()

See Also

Reference

InputAdapterBase Class

Microsoft.ComplexEventProcessing.Adapters Namespace