Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
An abstract base for IInvocable and IPriorityTask implementations.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public abstract class AbstractInvocable : IInvocable, 
	IRunnable, IPortableObject, IPriorityTask

Remarks

For Invocables which only run within the Coherence cluster (most common case), the .NET Init, Result and Run methods can be left unimplemented.

Inheritance Hierarchy

System..::..Object
  Tangosol.Net..::..AbstractInvocable

See Also