Adapter.Stopped Method

Invoked by the adapter to notify the runtime that the adapter has shut down.

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

Syntax

public void Stopped()

Remarks

Prior to this invocation, the adapter must release all acquired resources. Post invocation, the adapter should not call back into the engine. The engine may dispose the adapter at any time after this method is called..

See Also

Reference

Adapter Class

Microsoft.ComplexEventProcessing.Adapters Namespace