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.4.0.001)

Syntax

C#
public static BrowserDef Create(
	long timeout,
	BrowserDef..::..TimeScope timeScope
)
Visual Basic
Public Shared Function Create ( 
	timeout As Long,
	timeScope As BrowserDef..::..TimeScope
) As BrowserDef
Visual C++
public:
static BrowserDef^ Create(
	long long timeout, 
	BrowserDef..::..TimeScope timeScope
)
F#
static member Create : 
        timeout : int64 * 
        timeScope : BrowserDef..::..TimeScope -> BrowserDef 

Parameters

timeout
Type: System..::..Int64
Timeout
timeScope
Type: Com.Tibco.As.Space.Browser..::..BrowserDef..::..TimeScope
Time Scope

Return Value

Type: BrowserDef
The new BrowserDef instance

See Also