tibasMetaspace_ReleaseContext()

Releases the thread context from a specified thread that called tibasMetaspace_BeginTransaction().

Declaration

tibas_status tibasMetaspace_ReleaseContext
     (tibasMetaspace metaspace,
      tibasContext*  context)

Parameters

Parameter Description
metaspace The TIBCO ActiveSpaces entity on which the function is invoked.
context Specifies the thread context.

Remarks

Use the tibasMetaspace_ReleaseContext() function to release thread context for a specified current transaction for an application thread.

You can then call the tibasMetaspace_AcquireContext() to acquire the thread context for another thread.