ptupitsyn commented on a change in pull request #9667:
URL: https://github.com/apache/ignite/pull/9667#discussion_r772344420
##########
File path:
modules/platforms/dotnet/Apache.Ignite.Core/Client/Services/IServicesClient.cs
##########
@@ -51,5 +51,12 @@ public interface IServicesClient
/// </summary>
/// <returns>Instance with server-side binary mode enabled.</returns>
IServicesClient WithServerKeepBinary();
+
+ /// <summary>
+ /// Returns an instance for obtaining .Net services.
+ /// Service method serialization and deserialization will be .Net
specific.
+ /// </summary>
+ /// <returns>Instance for obtaining platform services.</returns>
+ IServicesClient ForDotNetService();
Review comment:
We may want to implement
https://issues.apache.org/jira/browse/IGNITE-13359 first for 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]