InputAdapter Class
Class that represents an input adapter as a CEP metadata object.
Inheritance Hierarchy
System.Object
Microsoft.ComplexEventProcessing.CepObject
Microsoft.ComplexEventProcessing.ApplicationObject
Microsoft.ComplexEventProcessing.InputAdapter
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public sealed class InputAdapter : ApplicationObject
The InputAdapter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Gets the hosting application. (Inherited from ApplicationObject.) | |
Description | Gets the description of this input adapter. | |
FactoryClassName | Gets the full name of the adapter factory class. | |
IsTyped | Gets or sets a value that indicates whether or not this factory is a typed factory. | |
Name | Gets the name of this object. (Inherited from CepObject.) | |
ShortName | Gets the short name of the CEP object. (Inherited from CepObject.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the object. (Inherited from ApplicationObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
_name | Name of the CepObject, which is a full Uri path. (Inherited from CepObject.) | |
_shortName | Short name of the CepObject, without the full Uri path. (Inherited from CepObject.) |
Top
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.