GigaSpaces XAP.NET Documentation
INotifyEventListenerContainerServiceDetails Interface
Class LibraryGigaSpaces.XAP.Events.NotifyINotifyEventListenerContainerServiceDetails
A NotifyEventListenerContainer<(Of <(<'TData>)>)> service details.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface INotifyEventListenerContainerServiceDetails : IEventListenerContainerServiceDetails, 
	IServiceDetails
Public Interface INotifyEventListenerContainerServiceDetails _
	Inherits IEventListenerContainerServiceDetails, IServiceDetails
public interface class INotifyEventListenerContainerServiceDetails : IEventListenerContainerServiceDetails, 
	IServiceDetails
public interface INotifyEventListenerContainerServiceDetails extends IEventListenerContainerServiceDetails, 
	IServiceDetails
Members
All MembersProperties



IconMemberDescription
Attributes
Gets optional service properties.
(Inherited from IServiceDetails.)
AutoRenew
Gets the configured auto rewnew mode of the container.

BatchPendingThreshold
Gets the configured batch pending threshold of the container.

BatchProcessing
Gets whether this container is configured to work with batch processing

BatchSize
Gets the configured batch size of the container.

BatchTime
Gets the configured batch time of the container.

CommType
Gets the configured communication type of the container.

Description
Gets a short description of the service.
(Inherited from IServiceDetails.)
Durable
Gets the configured durable notification mode of the container.

Fifo
Gets the configured fifo mode of the container.

Guaranteed
Gets the configured guaranteed notification mode of the container.

Id
Gets the service id.
(Inherited from IServiceDetails.)
LongDescription
Gets a long description of the service.
(Inherited from IServiceDetails.)
NotifyLeaseExpire
Gets the configured notify lease expire mode of the container.

NotifyTake
Gets the configured notify take mode of the container.

NotifyUnmatched
Gets the configured notify unmatched mode of the container.

NotifyUpdate
Gets the configured notify update mode of the container.

NotifyWrite
Gets the configured notify write mode of the container.

PerformSnapshot
Gets whether the container perform snapshot on the specified template
(Inherited from IEventListenerContainerServiceDetails.)
PerformTakeOnNotify
Gets the configured perform take on notify mode of the container.

ReplicateNotifyTemplate
Gets the configured replicate notify template mode 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.)
TriggerNotifyTemplate
Gets the configured trigger notify template mode of the container.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)