A PollingEventListenerContainer<(Of <(TData>)>) service details.

C# | Visual Basic | Visual C++ | J# |
public interface IPollingEventListenerContainerServiceDetails : IEventListenerContainerServiceDetails, IServiceDetails
Public Interface IPollingEventListenerContainerServiceDetails _ Implements IEventListenerContainerServiceDetails, IServiceDetails
public interface class IPollingEventListenerContainerServiceDetails : IEventListenerContainerServiceDetails, IServiceDetails
public interface IPollingEventListenerContainerServiceDetails extends IEventListenerContainerServiceDetails, IServiceDetails

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | Attributes |
Gets optional service properties.
(Inherited from IServiceDetails.) |
![]() | BatchProcessing |
Gets whether this container is configured to work with batch processing
|
![]() | ConcurrentConsumers |
Gets the configured number of minimum concurrent consumers of the container.
|
![]() | Description |
Gets a short description of the service.
(Inherited from IServiceDetails.) |
![]() | DynamicTemplate |
Gets whether this container is configured to work with dynamic template.
|
![]() | Id |
Gets the service id.
(Inherited from IServiceDetails.) |
![]() | LongDescription |
Gets a long description of the service.
(Inherited from IServiceDetails.) |
![]() | MaxConcurrentConsumers |
Gets the configured number of maximum concurrent consumers of the container.
|
![]() | PerformSnapshot |
Gets whether the container perform snapshot on the specified template
(Inherited from IEventListenerContainerServiceDetails.) |
![]() | ReceiveOperationHandler |
Gets a display name of the configured receive operation handler of the container.
|
![]() | ReceiveTimeout |
Gets the configured receive timeout of the container.
|
![]() | ServiceSubType |
Gets the type of the serive details. For example, in case of space, it can be localcache, proxy, ... .
(Inherited from IServiceDetails.) |
![]() | ServiceType |
Gets the service type. For example, space.
(Inherited from IServiceDetails.) |
![]() | Transactional |
Gets whether the container is transactional
TransactionalEventAttribute (Inherited from IEventListenerContainerServiceDetails.) |
![]() | TransactionManager |
Gets a display name of the transaction manager is using (if any).
(Inherited from IEventListenerContainerServiceDetails.) |
![]() | TriggerOperationHandler |
Gets a display name of the configured trigger operation handler of the container.
|