Click or drag to resize
SpaceBrowse Method (BrowserDefBrowserType, BrowserDef, String)
Creates a browser over multiple entries 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
Browser Browse(
	BrowserDefBrowserType browserType,
	BrowserDef browserDef,
	string filter
)

Parameters

browserType
Type: Com.Tibco.As.Space.BrowserBrowserDefBrowserType
Can be one of GET, TAKE, and LOCK
browserDef
Type: Com.Tibco.As.Space.BrowserBrowserDef
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: Browser
The created Browser
See Also