EventBrowserDefCreate Method (Int64, EventBrowserDefTimeScope) |
Return a new EventBrowserDef 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 EventBrowserDef Create(
long timeout,
EventBrowserDefTimeScope timeScope
)
Public Shared Function Create (
timeout As Long,
timeScope As EventBrowserDefTimeScope
) As EventBrowserDef
public:
static EventBrowserDef^ Create(
long long timeout,
EventBrowserDefTimeScope timeScope
)
static member Create :
timeout : int64 *
timeScope : EventBrowserDefTimeScope -> EventBrowserDef
Parameters
- timeout
- Type: SystemInt64
timeout in seconds - timeScope
- Type: Com.Tibco.As.Space.BrowserEventBrowserDefTimeScope
ALL, SNAPSHOT, NEW or NEW_EVENTS
Return Value
Type:
EventBrowserDefThe new BrowserDef instance
See Also