Click or drag to resize
MetaspaceBeginTransaction Method
Begin transaction starts a transaction.Any operations on a Space in this Metaspace will be in a transaction, until either commitTransaction or rollbackTransaction is invoked. Transaction is scoped by the current thread context.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract void BeginTransaction()
See Also