IntervalOutputAdapter Methods

Include Protected Members
Include Inherited Members

The IntervalOutputAdapter type exposes the following members.

Methods

  Name Description
Protected method CleanupResources Cleans up engine resources that are used by the adapter host. (Inherited from OutputAdapterBase.)
Public method Dequeue Dequeues events from the stream associated with this adapter.
Public method Dispose() Releases all of the resources owned by the adapter host. (Inherited from Adapter.)
Protected method Dispose(Boolean) Implements the Dispose pattern. To be overridden by derived classes (Inherited from Adapter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnStopped This function is called when the adapter invokes Stopped() to stop itself. (Inherited from OutputAdapterBase.)
Public method Ready Invoked by the adapter to signal to the engine that it is ready to be resumed. The engine will invoke Resume() only after the adapter has called Ready(). (Inherited from Adapter.)
Public method ReleaseEvent Releases the memory occupied by an event. (Inherited from UntypedOutputAdapter<TEvent>.)
Public method Resume Calls Resume() on its own worker thread. (Inherited from Adapter.)
Public method Start Calls Start() on its own worker thread. (Inherited from Adapter.)
Public method Stop Notifies the adapter to stop as a result of stopping or aborting the query. (Inherited from Adapter.)
Public method Stopped Invoked by the adapter to notify the runtime that the adapter has shut down. (Inherited from Adapter.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

IntervalOutputAdapter Class

Microsoft.ComplexEventProcessing.Adapters Namespace