Sets the distribution scope associated with a specified browserDef (browser).
Declaration
tibas_status tibasBrowserDef_SetDistributionScope
(tibasBrowserDef browserDef,
tibas_distributionScope* distributionScope)
Parameters
Parameter
|
Description
|
browserDef
|
The TIBCO ActiveSpaces entity on which the function is invoked.
|
distributionScope
|
The distribution scope can be one of the following:
- TIBAS_DISTRIBUTION_SCOPE_ALL (the default)
- TIBAS_DISTRIBUTION_SCOPE_SEEDED
|
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.
Copyright © Cloud Software Group, Inc. All rights reserved.