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 86E26172EB for ; Fri, 18 Sep 2015 09:16:10 +0000 (UTC) Received: (qmail 89729 invoked by uid 500); 18 Sep 2015 09:16:04 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 89615 invoked by uid 500); 18 Sep 2015 09:16:04 -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 89539 invoked by uid 99); 18 Sep 2015 09:16:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2015 09:16:04 +0000 Date: Fri, 18 Sep 2015 09:16:04 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 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)