Click or drag to resize
EventBrowserDefCreate Method (Int64, EventBrowserDefTimeScope, EventBrowserDefDistributionScope)
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,
	EventBrowserDefDistributionScope distributionScope
)

Parameters

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

Return Value

Type: EventBrowserDef
The new BrowserDef instance
See Also