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.1.0.0 (2.1)

Syntax

C#
EventBrowser BrowseEvents(
	EventBrowserDef eventBrowserDef,
	string filter
)
Visual Basic
Function BrowseEvents ( _
	eventBrowserDef As EventBrowserDef, _
	filter As String _
) As EventBrowser
Visual C++
EventBrowser^ BrowseEvents(
	EventBrowserDef^ eventBrowserDef, 
	String^ filter
)

Parameters

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

Return Value

The created EventBrowser

See Also