You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/02/05 22:53:31 UTC

[GitHub] [ignite] dmagda commented on a change in pull request #8756: IGNITE-14129 Add documentation for .NET thin client service invocation

dmagda commented on a change in pull request #8756:
URL: https://github.com/apache/ignite/pull/8756#discussion_r571294225



##########
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:
       I would say "The thin client allows to execute services implemented in Java or C#"

##########
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.

Review comment:
       Can we cross-link to a page/section explaining how the services can be deployed? Developers that start with thin clients might not be aware of that.




----------------------------------------------------------------
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:
users@infra.apache.org