GigaSpaces XAP.NET Documentation
TransactionType Property
Class LibraryGigaSpaces.XAP.EventsEventListenerContainer<(Of <(TData>)>)TransactionType
Gets or sets the TransactionType. When Manual is used, the transaction type will be determined by the TransactionManager.
Declaration Syntax
C#Visual BasicVisual C++J#
public TransactionType TransactionType { get; set; }
Public Property TransactionType As TransactionType
public:
virtual property TransactionType TransactionType {
	TransactionType get () sealed;
	void set (TransactionType value) sealed;
}
/** @property */
public final TransactionType get_TransactionType()
/** @property */
public final  void set_TransactionType(TransactionType value)

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