GigaSpaces XAP.NET Documentation
Commit Method (timeout)
Class LibraryGigaSpaces.CoreITransactionCommit(Int64)
Commits the transaction, waiting for participants to be notified of the decision.
Declaration Syntax
C#Visual BasicVisual C++J#
void Commit(
	long timeout
)
Sub Commit ( _
	timeout As Long _
)
void Commit(
	long long timeout
)
void Commit(
	long timeout
)
Parameters
timeout (Int64)
Time to wait, from the start of the call until all participants have been notified of the transaction manager's decision.
Exceptions
ExceptionCondition
UnknownTransactionException The transaction is unknown to the manager. This may be because the transaction ID was incorrect, or because the transaction has proceeded to cleanup due to an earlier commit or abort, and has been forgotten.
CannotCommitExceptionThe transaction has already been aborted.
TimeoutExpiredException The timeout expired before all participants have been notified.

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