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


Chapter 13 EventBrowserDef : EventBrowserDef Operations : tibasEventBrowserDef_SetDistributionScope()

tibasEventBrowserDef_SetDistributionScope()
Function
Declaration
tibas_status tibasEventBrowserDef_SetDistributionScope
(tibasEventBrowserDef          eventBrowserDef,
tibas_distributionScope*       distributionScope)
Purpose
Sets the distribution scope associated with the event browser.
Parameters
 
The distribution scope can be either TIBAS_DISTRIBUTION_SCOPE_ALL (the default) or TIBAS_DISTRIBUTION_SCOPE_SEEDED.
Remarks
Use the tibasEventBrowserDef_SetDistributionScope() function to specify the distribution scope associated with 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_GetDistributionScope()

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