InputAdapter Class

 

Class that represents an input adapter as a 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.InputAdapter

Syntax

public sealed class InputAdapter : ApplicationObject
public ref class InputAdapter sealed : ApplicationObject
[<Sealed>]
type InputAdapter = 
    class
        inherit ApplicationObject
    end
Public NotInheritable Class InputAdapter
    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 input adapter.

System_CAPS_pubproperty FactoryClassName

Gets the full name of the adapter 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