Click or drag to resize
Result Interface
The interface of result for operation on 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 Result

The Result type exposes the following members.

Properties
  NameDescription
Public propertyError
Return exception from the Result object if there was an error during operation
Public propertyHasError
Return true if there was an error during operation, false otherwise
Public propertyStatus
Returns ASStatus. OK if there is no exception
Top
See Also