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