GigaSpaces XAP.NET Documentation
TransactionManager Property
Class LibraryGigaSpaces.XAP.EventsIEventListenerContainer<(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.
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.
Declaration Syntax
C#Visual BasicVisual C++J#
ITransactionManager TransactionManager { get; set; }
Property TransactionManager As ITransactionManager
property ITransactionManager^ TransactionManager {
	ITransactionManager^ get ();
	void set (ITransactionManager^ value);
}
/** @property */
ITransactionManager get_TransactionManager()
/** @property */
 void set_TransactionManager(ITransactionManager value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.5.2.8900 (9.5.2.8900)