Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 82524200D01 for ; Fri, 22 Sep 2017 10:53:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 80E451609BE; Fri, 22 Sep 2017 08:53:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD0061609A7 for ; Fri, 22 Sep 2017 10:53:36 +0200 (CEST) Received: (qmail 19323 invoked by uid 500); 22 Sep 2017 08:53:35 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 19306 invoked by uid 99); 22 Sep 2017 08:53:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2017 08:53:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8AB6BF331F; Fri, 22 Sep 2017 08:53:33 +0000 (UTC) From: ptupitsyn To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2725: IGNITE-6397 .NET: Thin client: basic cache operat... Content-Type: text/plain Date: Fri, 22 Sep 2017 08:53:33 +0000 (UTC) archived-at: Fri, 22 Sep 2017 08:53:37 -0000 GitHub user ptupitsyn opened a pull request: https://github.com/apache/ignite/pull/2725 IGNITE-6397 .NET: Thin client: basic cache operations You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6397 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2725.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 #2725 ---- commit 198f844473b6a54927b8aacaefe3181e8059e0bf Author: Pavel Tupitsyn Date: 2017-09-22T08:50:54Z IGNITE-6397 .NET: Thin client: basic cache operations ---- ---