C# (CSharp) Apache.Ignite.Examples.Services Namespace

Classes

Name Description
ServicesExample Example demonstrating Ignite services. 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build). Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder. 2) Set this class as startup object (Apache.Ignite.Examples project -> right-click -> Properties -> Application -> Startup object); 3) Start example (F5 or Ctrl+F5). This example can be run with standalone Apache Ignite.NET node: 1) Run %IGNITE_HOME%/platforms/dotnet/Apache.Ignite/bin/${Platform]/${Configuration}/Apache.Ignite.exe: Apache.Ignite.exe -IgniteHome="%IGNITE_HOME%" -springConfigUrl=platforms\dotnet\examples\config\example-cache.xml -assembly=[path_to_Apache.Ignite.ExamplesDll.dll] 2) Start example.