ptupitsyn commented on a change in pull request #8756:
URL: https://github.com/apache/ignite/pull/8756#discussion_r572226639
##########
File path: docs/_docs/thin-clients/dotnet-thin-client.adoc
##########
@@ -235,6 +235,20 @@ task named `org.foo.bar.AddOneTask` passing `1` as an
input parameter:
include::{sourceCodeFile}[tag=client-compute-task,indent=0]
-------------------------------------------------------------------------------
+== Executing Ignite Services
+
+You can use the `IServicesClient` API to invoke an
link:services/services[Ignite Service] that
+is *already deployed* in the cluster.
+
+The example below shows how to invoke the service named `MyService`:
+[source, csharp]
+-------------------------------------------------------------------------------
+include::{sourceCodeFile}[tag=client-services,indent=0]
+-------------------------------------------------------------------------------
+
+The deployed service can be implemented using Java or .NET.
Review comment:
Fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]