ActionResult returned from the perisistence class

Namespace: Com.Tibco.As.Space.Persistence
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract class ActionResult : Result
Visual Basic
Public MustInherit Class ActionResult
	Implements Result
Visual C++
public ref class ActionResult abstract : Result
F#
[<AbstractClassAttribute>]
type ActionResult =  
    class
        interface Result
    end

Inheritance Hierarchy

System..::..Object
  Com.Tibco.As.Space.Persistence..::..ActionResult

See Also