IInvocationServiceQuery Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Synchronously invoke the specified task on the cluster member to
which the client is connected.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
SyntaxIDictionary Query(
IInvocable task,
ICollection col
)
Parameters
- task
- Type: Tangosol.NetIInvocable
The IInvocable object to send to the cluster member in order
to be invoked on that member.
- col
- Type: System.CollectionsICollection
Parameter reserved for future use. Must be null.
Return Value
Type:
IDictionary
An
IDictionary of the result of the invocation, keyed by
the "local"
IMember object.
Remarks
This method will not return until the cluster member has completed
its processing, failed in its processing, or died trying.
See Also