Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4101417C21 for ; Wed, 7 Oct 2015 14:03:28 +0000 (UTC) Received: (qmail 4970 invoked by uid 500); 7 Oct 2015 14:03:28 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 4936 invoked by uid 500); 7 Oct 2015 14:03:28 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 4926 invoked by uid 99); 7 Oct 2015 14:03:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 14:03:28 +0000 Date: Wed, 7 Oct 2015 14:03:27 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-1509) .Net: User must operate on IEnumerable in events API rather than on arrays. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn reassigned IGNITE-1509: --------------------------------------- Assignee: Pavel Tupitsyn > .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 > Assignee: Pavel Tupitsyn > 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)