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.1.0.0 (2.1)
Syntax
C# |
---|
SpaceEvent Next { get; } |
Visual Basic |
---|
ReadOnly Property Next As SpaceEvent Get |
Visual C++ |
---|
property SpaceEvent^ Next { SpaceEvent^ get (); } |