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

Syntax

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

Parameters

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

Return Value

Type: BrowserDef
The new BrowserDef instance

See Also