Return a new BrowserDef instance.
Namespace: Com.Tibco.As.Space.BrowserAssembly: 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,
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
|
Return Value
Type:
BrowserDefThe new BrowserDef instance
See Also