GigaSpaces XAP.NET Documentation
TransactionManager Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(<'TData>)>)>TransactionManager
Gets or sets the transaction manager that will be used to create transactions for the event listening and handling operations. If null, no transactions will be used.
Declaration Syntax
C#Visual BasicVisual C++J#
public ITransactionManager TransactionManager { get; set; }
Public Property TransactionManager As ITransactionManager
	Get
	Set
public:
virtual property ITransactionManager^ TransactionManager {
	ITransactionManager^ get () sealed;
	void set (ITransactionManager^ value) sealed;
}
/** @property */
public final ITransactionManager get_TransactionManager()
/** @property */
public final  void set_TransactionManager(ITransactionManager value)
Remarks
This property cannot be changed when the container is running. To change it, Stop()()()() the container, set the new value then Start()()()() it again.

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