[
https://issues.apache.org/jira/browse/IGNITE-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14959051#comment-14959051
]
ASF GitHub Bot commented on IGNITE-1693:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/160
IGNITE-1693 .Net: Rename IMessage.Send(IEnumerable, object) method.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-1693
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #160
----
commit b9ad889b87ce3614d6412f8043c5052bcbdcd076
Author: ptupitsyn <[email protected]>
Date: 2015-10-15T15:17:06Z
IGNITE-1693 .Net: Rename IMessage.Send(IEnumerable, object) method.
----
> .Net: Rename IMessage.Send(IEnumerable, object) method.
> -------------------------------------------------------
>
> Key: IGNITE-1693
> URL: https://issues.apache.org/jira/browse/IGNITE-1693
> Project: Ignite
> Issue Type: Task
> Components: interop
> Affects Versions: ignite-1.4
> Reporter: Vladimir Ozerov
> Assignee: Pavel Tupitsyn
> Priority: Critical
> Fix For: 1.5
>
>
> As some of integral .Net types implement "IEnumerable", we should rename the
> method
> {code}
> IMessage.Send(IEnumerable, object);
> {code}
> to
> {code}
> IMessage.SendAll(IEnumerable, object);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)