EventBrowserNext Property |
Return the next event, or null if the browser timed out waiting for a new event to be generated
by the Space.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxReadOnly Property Next As SpaceEvent
Get
property SpaceEvent^ Next {
SpaceEvent^ get ();
}
abstract Next : SpaceEvent with get
Property Value
Type:
SpaceEventThe space event
See Also