GigaSpaces XAP.NET Documentation
ITransactionManager Interface
Class LibraryGigaSpaces.CoreITransactionManager
The interface used for managers of the two-phase commit protocol for top-level transactions.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ITransactionManager : IDisposable
Public Interface ITransactionManager _
	Implements IDisposable
public interface class ITransactionManager : IDisposable
public interface ITransactionManager extends IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Create(Int64)
Create a new transaction with the specified lease time.

Create()()()
Create a new transaction with the default lease time.

DefaultLeaseTime
Gets or sets the default lease time for transaction creation.

Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

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