IInvocationServiceQuery Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
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