Click or drag to resize
SpaceBrowseEvents Method (EventBrowserDef, String)
Creates an EventBrowser over all the events in the Space which match the specified filter.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
EventBrowser BrowseEvents(
	EventBrowserDef eventBrowserDef,
	string filter
)

Parameters

eventBrowserDef
Type: Com.Tibco.As.Space.BrowserEventBrowserDef
Event Browser definition can be used to set timeout values and distribution or time scopes
filter
Type: SystemString
A String that can be used to create a Filter

Return Value

Type: EventBrowser
The created EventBrowser
See Also