Click or drag to resize
EventBrowserDefCreate Method (Int64, EventBrowserDefTimeScope)
Return a new EventBrowserDef instance.

Namespace: Com.Tibco.As.Space.Browser
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public static EventBrowserDef Create(
	long timeout,
	EventBrowserDefTimeScope timeScope
)

Parameters

timeout
Type: SystemInt64
timeout in seconds
timeScope
Type: Com.Tibco.As.Space.BrowserEventBrowserDefTimeScope
ALL, SNAPSHOT, NEW or NEW_EVENTS

Return Value

Type: EventBrowserDef
The new BrowserDef instance
See Also