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.)

See Also