Returns the distribution scope of the browser.
Declaration
tibas_status tibasBrowserDef_GetDistributionScope
(tibasBrowserDef browserDef,
tibas_distributionScope* distributionScope)
Parameters
Parameter
|
Description
|
browserDef
|
The TIBCO ActiveSpaces entity on which the function is invoked.
|
distributionScope
|
Returns the distribution scope for the browser. The distribution scope can be one of the following:
- TIBAS_DISTRIBUTION_SCOPE_ALL
- TIBAS_DISTRIBUTION_SCOPE_SEEDED
|
Remarks
Use the tibasBrowserDef_GetDistributionScope() function to return the distribution scope for a specified browserDef. 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.