tibasEventBrowserDef_GetDistributionScope()

Returns the distribution scope for a specified event browser definition (eventBrowserDef).

Declaration

tibas_status tibasEventBrowserDef_GetDistributionScope
(tibasEventBrowserDef        eventBrowserDef,
tibas_distributionScope*     distributionScope)

Parameters

Parameter Description
eventBrowserDef The TIBCO ActiveSpaces entity on which the function is invoked.
distributionScope Possible values are TIBAS_DISTRIBUTION_SCOPE_ALL or TIBAS_DISTRIBUTION_SCOPE_SEEDED.

Remarks

Use the tibasEventBrowserDef_GetDistributionScope() function to return the distribution scope currently set in a specified eventBrowserDef.

The distribution scope can be:

TIBAS_DISTRIBUTION_SCOPE_ALL
(default setting) The event browser browses events related to all tuples in the space.
TIBAS_DISTRIBUTION_SCOPE_SEEDED
The event browser browses only events associated with the tuples in the space that are seeded by this member.