OutputAdapter Class

 

Class that represents an output adapter as CEP metadata object.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.CepObject
    Microsoft.ComplexEventProcessing.ApplicationObject
      Microsoft.ComplexEventProcessing.OutputAdapter

Syntax

public sealed class OutputAdapter : ApplicationObject
public ref class OutputAdapter sealed : ApplicationObject
[<Sealed>]
type OutputAdapter = 
    class
        inherit ApplicationObject
    end
Public NotInheritable Class OutputAdapter
    Inherits ApplicationObject

Properties

Name Description
System_CAPS_pubproperty Application

Gets the hosting application.(Inherited from ApplicationObject.)

System_CAPS_pubproperty Description

Gets the description of this output adapter.

System_CAPS_pubproperty FactoryClassName

ets the full name of the adaper factory class.

System_CAPS_pubproperty IsTyped

Gets or sets a value that indicates whether or not this factory is a typed factory.

System_CAPS_pubproperty Name

Gets the name of this object.(Inherited from CepObject.)

System_CAPS_pubproperty ShortName

Gets the short name of the CEP object. (Inherited from CepObject.)

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes the object.(Inherited from ApplicationObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

For more information, see Creating Input and Output Adapters.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top