Click or drag to resize

IInvocableResult Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The result from the invocation of this object.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Object Result { get; }

Property Value

Type: Object
The object representing result from the invocation.
Remarks
This property value is read after the Run method returns.
See Also