IOutputAdapterFactory<TConfigInfo> Interface

 

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

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

Syntax

public interface IOutputAdapterFactory<TConfigInfo> : IDisposable
generic<typename TConfigInfo>
public interface class IOutputAdapterFactory : IDisposable
type IOutputAdapterFactory<'TConfigInfo> = 
    interface
        interface IDisposable
    end
Public Interface IOutputAdapterFactory(Of TConfigInfo)
    Inherits IDisposable

Type Parameters

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

Methods

Name Description
System_CAPS_pubmethod Create(TConfigInfo, EventShape, CepEventType)

Creates an output adapter.

System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top