Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 13 EventBrowserDef : EventBrowserDef Operations : tibasEventBrowserDef_GetDistributionScope()

tibasEventBrowserDef_GetDistributionScope()
Function
Declaration
tibas_status tibasEventBrowserDef_GetDistributionScope
(tibasEventBrowserDef        eventBrowserDef,
tibas_distributionScope*     distributionScope)
Purpose
Returns the distribution scope for a specified event browser definition (eventBrowserDef).
Parameters
 
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.
See Also
tibasEventBrowserDef_Create(), tibasEventBrowserDef_SetDistributionScope()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved