This topic has not yet been rated - Rate this topic

UntypedOutputAdapter<TEvent> Class

SQL Server 2008 R2

Base class for an untyped input adapter.

Namespace:  Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
public abstract class UntypedOutputAdapter<TEvent> : OutputAdapterBase
where TEvent : UntypedEvent

Type Parameters

TEvent

Payload structure for the events produced by this adapter.

The UntypedOutputAdapter<TEvent> type exposes the following members.

  NameDescription
Protected methodUntypedOutputAdapter<TEvent>Initializes a new instance of the UntypedOutputAdapter<TEvent> class.
Top
  NameDescription
Public propertyAdapterStateGets the state of the adapter. (Inherited from Adapter.)
Public propertyOutputEventTypeGets the event type that the output adapter will receive. (Inherited from OutputAdapterBase.)
Top
  NameDescription
Protected methodCleanupResourcesCleans up engine resources that are used by the adapter host. (Inherited from OutputAdapterBase.)
Public methodDispose()Releases all of the resources owned by the adapter host. (Inherited from Adapter.)
Protected methodDispose(Boolean)Implements the Dispose pattern. To be overridden by derived classes (Inherited from Adapter.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnStoppedThis function is called when the adapter invokes Stopped() to stop itself. (Inherited from OutputAdapterBase.)
Public methodReadyInvoked 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 methodReleaseEventReleases the memory occupied by an event.
Public methodResumeCalls Resume() on its own worker thread. (Inherited from Adapter.)
Public methodStartCalls Start() on its own worker thread. (Inherited from Adapter.)
Public methodStopNotifies the adapter to stop as a result of stopping or aborting the query. (Inherited from Adapter.)
Public methodStoppedInvoked by the adapter to notify the runtime that the adapter has shut down. (Inherited from Adapter.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.