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


Chapter 11 BrowserDef : BrowserDef Operations : tibasBrowserDef_GetDistributionScope()

tibasBrowserDef_GetDistributionScope()
Function
Declaration
tibas_status tibasBrowserDef_GetDistributionScope
(tibasBrowserDef         browserDef,
tibas_distributionScope* distributionScope)
Purpose
Returns the distribution scope of the browser.
Parameters
 
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.
See Also
tibasBrowserDef_Create(), tibasBrowserDef_CreateEx(),
 

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