共用方式為


PollingReceiverEndpoint<RLConfigType> 類別

定義

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

類型參數

RLConfigType
繼承
PollingReceiverEndpoint<RLConfigType>

建構函式

PollingReceiverEndpoint<RLConfigType>()

屬性

Config (繼承來源 ReceiverEndpoint<RLConfigType>)
MessageFactory (繼承來源 ReceiverEndpoint<RLConfigType>)
PropertyNamespace (繼承來源 ReceiverEndpoint<RLConfigType>)
TransportType (繼承來源 ReceiverEndpoint<RLConfigType>)

方法

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

適用於