PollingReceiverEndpoint<RLConfigType> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Type Parameters
- RLConfigType
- Inheritance
Constructors
| PollingReceiverEndpoint<RLConfigType>() |
Properties
| Config | (Inherited from ReceiverEndpoint<RLConfigType>) |
| MessageFactory | (Inherited from ReceiverEndpoint<RLConfigType>) |
| PropertyNamespace | (Inherited from ReceiverEndpoint<RLConfigType>) |
| TransportType | (Inherited from ReceiverEndpoint<RLConfigType>) |
Methods
| ApplyUpdatedProperties(RLConfigType) | |
| Disable(Exception) | (Inherited from ReceiverEndpoint<RLConfigType>) |
| Dispose() | (Inherited from ReceiverEndpoint<RLConfigType>) |
| Enter() | (Inherited from ReceiverEndpoint<RLConfigType>) |
| GetMessagesAndSubmit() | |
| HandleException(Exception) | (Inherited from ReceiverEndpoint<RLConfigType>) |
| Leave() | (Inherited from ReceiverEndpoint<RLConfigType>) |
| OnDispose() | |
| OnOpen() | |
| OnUpdate(RLConfigType) | |
| Open(String, IPropertyBag, IPropertyBag, IPropertyBag, IBTTransportProxy, String, String, ControlledTermination) | (Inherited from ReceiverEndpoint<RLConfigType>) |
| SubmitMessagesToBizTalk(IList<IBaseMessage>) | (Inherited from ReceiverEndpoint<RLConfigType>) |
| Update(IPropertyBag, IPropertyBag, IPropertyBag) | (Inherited from ReceiverEndpoint<RLConfigType>) |