BrowserDefCreate Method (Int64, BrowserDefTimeScope, BrowserDefDistributionScope) |
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.1.5.12)
Syntaxpublic static BrowserDef Create(
long timeout,
BrowserDefTimeScope timeScope,
BrowserDefDistributionScope distributionScope
)
Public Shared Function Create (
timeout As Long,
timeScope As BrowserDefTimeScope,
distributionScope As BrowserDefDistributionScope
) As BrowserDef
public:
static BrowserDef^ Create(
long long timeout,
BrowserDefTimeScope timeScope,
BrowserDefDistributionScope distributionScope
)
static member Create :
timeout : int64 *
timeScope : BrowserDefTimeScope *
distributionScope : BrowserDefDistributionScope -> BrowserDef
Parameters
- timeout
- Type: SystemInt64
Timeout - timeScope
- Type: Com.Tibco.As.Space.BrowserBrowserDefTimeScope
Time Scope - distributionScope
- Type: Com.Tibco.As.Space.BrowserBrowserDefDistributionScope
Distribution Scope
Return Value
Type:
BrowserDefThe new BrowserDef instance
See Also