IInvocable Interface |
Namespace: Tangosol.Net
public interface IInvocable : IPortableObject
The IInvocable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Init |
Called by the IInvocationService exactly once on
this IInvocable object as part of its initialization.
|
![]() | ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
(Inherited from IPortableObject.) |
![]() | WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
(Inherited from IPortableObject.) |