Click or drag to resize
InvokeResult Interface
Retuned from the invoke operations

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

The InvokeResult type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets the context.
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 propertyMember
Get the member which executed the remote invocation
Public propertyReturn
Get the tuple returned as a result of a remote invocation
Public propertyStatus
Returns ASStatus. OK if there is no exception
(Inherited from Result.)
Top
See Also