tibasEventBrowserDef_Create()
Creates a new instance of an EventBrowserDef.
Remarks
Use the tibasEventBrowserDef_Create() function to create an EventBrowserDef object. The browserDef defines the characteristics of an event browser, which allows your application to browse through the tuples in a space based on the browser characteristics defined in the browserDef.
The space browser is created when you pass the eventBrowserDef to the tibasMetaspace_BrowseEvents() function or the tibasSpace_BrowseEvents() function.
If you create the event browser definition by calling tibasEventBrowserDef_Create(), then you must set the attributes of the browser by calling additional tibasEventBrowserDef functions. Call:
- tibasEventBrowserDef_SetTimeout() to set the a timeout value for the event browser.
- tibasEventBrowserDef_SetTimeScope() to set a time scope for the event browser.
- tibasEventBrowserDef_SetDistributionScope() to set a distribution scope.
You can both create the browser and directly set the browser attributes by calling the tibasEventBrowserDef_CreateEx() function.