tree: bf31f759dee36858b32db33b8affd7f1e089c3ee [path history] [tgz]
  1. Program.cs
  2. README.md
  3. startserver.ps1
  4. stopserver.ps1
examples/dotnet/FunctionExecutionCs/README.md

# FunctionExecution Example This example illustrates how to execute server side java functions.

Prerequisites

Running

  • Run the following Powershell script which starts the Geode Locator, deploys the jar file containing your function, starts the Geode Server, and creates the region.

    PS> startserver.ps1
    
  • Execute Apache.Geode.Examples.FunctionExecutionCs.exe.

    output:

    Storing id and username in the region
    Getting the user info from the region
    rtimmons = Robert Timmons
    scharles = Sylvia Charles
    Function Execution Results:
       Count = 1
       value = Robert Timmons
       value = Sylvia Charles