IInputAdapterFactory<TConfigInfo> Interface

This interface must be implemented by factory classes that produce untyped input adapters.

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

Syntax

'Declaration
Public Interface IInputAdapterFactory(Of TConfigInfo) _
    Inherits IDisposable
'Usage
Dim instance As IInputAdapterFactory(Of TConfigInfo)
public interface IInputAdapterFactory<TConfigInfo> : IDisposable
generic<typename TConfigInfo>
public interface class IInputAdapterFactory : IDisposable
type IInputAdapterFactory<'TConfigInfo> =  
    interface
        interface IDisposable
    end
JScript does not support generic types and methods.

Type Parameters

  • TConfigInfo
    Type of configuration information that is used to create the adapter.

The IInputAdapterFactory<TConfigInfo> type exposes the following members.

Methods

  Name Description
Public method Create Creates an input adapter.
Public method Dispose (Inherited from IDisposable.)

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace