Click or drag to resize
MetaspaceReleaseTransaction Method

Note: This API is now obsolete.

Return TransactionID

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
[ObsoleteAttribute("Use ReleaseContext")]
public abstract TransactionId ReleaseTransaction()

Return Value

Type: TransactionId
TransationId if the client is in transaction. TransactionId can be given to another thread to continue transaction
See Also