You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/09/18 11:16:04 UTC

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

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)