This topic has not yet been rated - Rate this topic

ITypedInputAdapterFactory<TConfigInfo> Interface

SQL Server 2008 R2

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

Namespace:  Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)
public interface ITypedInputAdapterFactory<TConfigInfo> : IDisposable

Type Parameters

TConfigInfo

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

The ITypedInputAdapterFactory<TConfigInfo> type exposes the following members.

  NameDescription
Public methodCreate<TPayload>This interface must be implemented by factory classes that produce typed input adapters.
Public methodDispose (Inherited from IDisposable.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.