< Previous | Next >

Getting started tutorial lesson 3.2: Running the .NET sample client application

Use the following steps to run a WebSphere® eXtreme Scale Client for .NET application to interact with the data grid. The catalog server, container server, and client all run on a single server in this example.

WebSphere eXtreme Scale Client for .NET supports one-phase commits only. Therefore, if you try to insert multiple values in the same transaction, an exception might result because the values are going to different partitions. To prevent these exceptions from occurring when you run the sample, you can change your deployment policy descriptor XML file to use one partition. For more information about updating the number of partitions, see Getting started tutorial lesson 1.1: Defining data grids.

You can run the sample application in interactive or command-line mode. In interactive mode, the application runs manual data grid transactions with the IGridMapPessimisticTx API. Command-line mode runs automatic data grid transactions with the IGridMapPessimisticAutoTx API.

You can run the sample in interactive mode or command-line mode:

Lesson checkpoint

In this lesson, you learned:
  • How to run the .NET sample client application to insert, get, update, and delete objects from the data grid.
< Previous | Next >