Ernest Burghardt created GEODE-3977:
---------------------------------------
Summary: .NET QueryService templating should match usage
Key: GEODE-3977
URL: https://issues.apache.org/jira/browse/GEODE-3977
Project: Geode
Issue Type: Improvement
Components: native client
Reporter: Ernest Burghardt
QueryService uses generics
generic<class TKey, class TResult>
//generic<class TResult>
Query<TResult>^ QueryService<TKey, TResult>::NewQuery(String^ query)
but only TResult is used and this can be confusing to the user/developer...
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)