UntypedOutputAdapter<TEvent> Class
SQL Server 2008 R2
Base class for an untyped input adapter.
System.Object
Microsoft.ComplexEventProcessing.Adapters.Adapter
Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase
Microsoft.ComplexEventProcessing.Adapters.UntypedOutputAdapter<TEvent>
Microsoft.ComplexEventProcessing.Adapters.EdgeOutputAdapter
Microsoft.ComplexEventProcessing.Adapters.IntervalOutputAdapter
Microsoft.ComplexEventProcessing.Adapters.PointOutputAdapter
Microsoft.ComplexEventProcessing.Adapters.Adapter
Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase
Microsoft.ComplexEventProcessing.Adapters.UntypedOutputAdapter<TEvent>
Microsoft.ComplexEventProcessing.Adapters.EdgeOutputAdapter
Microsoft.ComplexEventProcessing.Adapters.IntervalOutputAdapter
Microsoft.ComplexEventProcessing.Adapters.PointOutputAdapter
Assembly: Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
The UntypedOutputAdapter<TEvent> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UntypedOutputAdapter<TEvent> | Initializes a new instance of the UntypedOutputAdapter<TEvent> class. |
| Name | Description | |
|---|---|---|
![]() | AdapterState | Gets the state of the adapter. (Inherited from Adapter.) |
![]() | OutputEventType | Gets the event type that the output adapter will receive. (Inherited from OutputAdapterBase.) |
| Name | Description | |
|---|---|---|
![]() | CleanupResources | Cleans up engine resources that are used by the adapter host. (Inherited from OutputAdapterBase.) |
![]() | Dispose() | Releases all of the resources owned by the adapter host. (Inherited from Adapter.) |
![]() | Dispose(Boolean) | Implements the Dispose pattern. To be overridden by derived classes (Inherited from Adapter.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnStopped | This function is called when the adapter invokes Stopped() to stop itself. (Inherited from OutputAdapterBase.) |
![]() | 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.) |
![]() | ReleaseEvent | Releases the memory occupied by an event. |
![]() | Resume | Calls Resume() on its own worker thread. (Inherited from Adapter.) |
![]() | Start | Calls Start() on its own worker thread. (Inherited from Adapter.) |
![]() | Stop | Notifies the adapter to stop as a result of stopping or aborting the query. (Inherited from Adapter.) |
![]() | Stopped | Invoked by the adapter to notify the runtime that the adapter has shut down. (Inherited from Adapter.) |
![]() | ToString | (Inherited from Object.) |

