Click or drag to resize
SpaceResult Interface
Represents the result of operation on a Space

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface SpaceResult : Result

The SpaceResult type exposes the following members.

Properties
  NameDescription
Public propertyError
Return exception from the Result object if there was an error during operation
(Inherited from Result.)
Public propertyHasError
Return true if there was an error during operation, false otherwise
(Inherited from Result.)
Public propertyStatus
Returns ASStatus. OK if there is no exception
(Inherited from Result.)
Public propertyTuple
Return tuple from the space entry if result of the operation has a valid space entry
Top
See Also