다음을 통해 공유


ReceiverEndpoint<RLConfigType> 클래스

정의

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

형식 매개 변수

RLConfigType
상속
ReceiverEndpoint<RLConfigType>
파생

생성자

ReceiverEndpoint<RLConfigType>()

속성

Config
MessageFactory
PropertyNamespace
TransportType

메서드

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)

적용 대상