[jira] [Created] (IGNITE-1509) .Net: User must operate on IEnumerable in events API rather than on arrays.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1509) .Net: User must operate on IEnumerable in events API rather than on arrays.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-1509:
---------------------------------------

             Summary: .Net: User must operate on IEnumerable in events API rather than on arrays.
                 Key: IGNITE-1509
                 URL: https://issues.apache.org/jira/browse/IGNITE-1509
             Project: Ignite
          Issue Type: Task
          Components: interop
    Affects Versions: 1.1.4
            Reporter: Vladimir Ozerov
            Priority: Blocker
             Fix For: ignite-1.5


Currently we expose arrays for event groups. As they are mutable, we have to copy them every time user use them.
To avoid this we should switch to IEnumerables and leave shortcut methods with "params[]" for convenience.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)