Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
IDictionary Query(
	IInvocable task,
	ICollection col
)

Parameters

task
Type: Tangosol.Net..::..IInvocable
The IInvocable object to send to the cluster member in order to be invoked on that member.
col
Type: System.Collections..::..ICollection
Parameter reserved for future use. Must be null.

Return Value

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