Sets the distribution scope associated with the event browser.
      Declaration
tibas_status tibasEventBrowserDef_SetDistributionScope
(tibasEventBrowserDef          eventBrowserDef,
tibas_distributionScope*       distributionScope)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | eventBrowserDef | The TIBCO ActiveSpaces entity on which the function is invoked. | 
                  
                     | distributionScope | 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.
Copyright © Cloud Software Group, Inc. All rights reserved.