Click or drag to resize
BrowserDefCreate Method (Int64, BrowserDefTimeScope)
Return a new BrowserDef 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 BrowserDef Create(
	long timeout,
	BrowserDefTimeScope timeScope
)

Parameters

timeout
Type: SystemInt64
Timeout
timeScope
Type: Com.Tibco.As.Space.BrowserBrowserDefTimeScope
Time Scope

Return Value

Type: BrowserDef
The new BrowserDef instance
See Also