ReceiverEndpoint<RLConfigType> Class

Definition

generic <typename RLConfigType>
 where RLConfigType : RLConfiggcnew()public ref class ReceiverEndpoint abstract : Microsoft::BizTalk::Adapter::Common::ReceiverEndpoint
public abstract class ReceiverEndpoint<RLConfigType> : Microsoft.BizTalk.Adapter.Common.ReceiverEndpoint where RLConfigType : RLConfignew()
type ReceiverEndpoint<'RLConfigType (requires 'RLConfigType :> RLConfig and 'RLConfigType : (new : unit -> 'RLConfigType))> = class
    inherit ReceiverEndpoint
Public MustInherit Class ReceiverEndpoint(Of RLConfigType)
Inherits ReceiverEndpoint

Type Parameters

RLConfigType
Inheritance
ReceiverEndpoint<RLConfigType>
Derived

Constructors

ReceiverEndpoint<RLConfigType>()

Properties

Config
MessageFactory
PropertyNamespace
TransportType

Methods

ApplyUpdatedProperties(RLConfigType)
Disable(Exception)
Dispose()
Enter()
HandleException(Exception)
Leave()
OnDispose()
OnOpen()
OnUpdate(RLConfigType)
Open(String, IPropertyBag, IPropertyBag, IPropertyBag, IBTTransportProxy, String, String, ControlledTermination)
SubmitMessagesToBizTalk(IList<IBaseMessage>)
Update(IPropertyBag, IPropertyBag, IPropertyBag)

Applies to