Click or drag to resize

IInvocable Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The IInvocable type exposes the following members.

Methods
  NameDescription
Public methodInit
Called by the IInvocationService exactly once on this IInvocable object as part of its initialization.
Public methodReadExternal
Restore the contents of a user type instance by reading its state using the specified IPofReader object.
(Inherited from IPortableObject.)
Public methodWriteExternal
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.
(Inherited from IPortableObject.)
Top
See Also