gurustron commented on code in PR #7277:
URL: https://github.com/apache/ignite-3/pull/7277#discussion_r2639979855


##########
modules/platforms/dotnet/README.md:
##########
@@ -60,6 +60,31 @@ IJobExecution<int> jobExecution = await 
client.Compute.SubmitAsync(
 int wordCount = await jobExecution.GetResultAsync();
 ```
 
+## DI Integration
+
+Use `IgniteServicesCollectionExtensions.AddIgniteClientGroup` to register 
Ignite client in the dependency injection container:

Review Comment:
   He seems to be right here)



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to