Click or drag to resize
MetaspaceBrowse Method (String, BrowserDefBrowserType, BrowserDef, String)
Return a browser for all the 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
public abstract Browser Browse(
	string spaceName,
	BrowserDefBrowserType browserType,
	BrowserDef browserDef,
	string filter
)

Parameters

spaceName
Type: SystemString
Name of space to browse entries on
browserType
Type: Com.Tibco.As.Space.BrowserBrowserDefBrowserType
Can be one of GET, TAKE and LOCK as defined in BrowserType
browserDef
Type: Com.Tibco.As.Space.BrowserBrowserDef
Browser definition
filter
Type: SystemString
A String that can be used to create a Filter

Return Value

Type: Browser
Browser The created Browser
See Also