Click or drag to resize
ReadAction Interface
Read action when get operation is invoked on the space

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

The ReadAction type exposes the following members.

Properties
  NameDescription
Public propertyMetaspaceName
Return the metaspace the action belongs to
(Inherited from Action.)
Public propertySpaceName
Return spacename the action belongs to
(Inherited from Action.)
Public propertyTuple
Return Tuple object that has the key fields
Top
See Also