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


Chapter 11 BrowserDef : BrowserDef Operations : tibasBrowserDef_SetDistributionScope()

tibasBrowserDef_SetDistributionScope()
Function
Declaration
tibas_status tibasBrowserDef_SetDistributionScope
(tibasBrowserDef          browserDef,
tibas_distributionScope*  distributionScope)
Purpose
Sets the distribution scope associated with a specified browserDef (browser).
Parameters
 
Remarks
Use the tibasBrowserDef_SetDistributionScope() function to specify the distribution scope for a specified browserDef object and its associated browser.
The distribution scope can be one of the following:
TIBAS_DISTRIBUTION_SCOPE_ALL The browser browses over all the tuples (or associated events) in the space.
TIBAS_DISTRIBUTION_SCOPE_SEEDED The browser browses over only the tuples (or associated events) that have been distributed to the member creating the browser.
See Also
tibasBrowserDef_Create(),tibasBrowserDef_CreateEx(), tibasBrowserDef_GetDistributionScope()
 

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