aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-14 18:22:34 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-11-14 19:17:19 +0100
commit08980748091bf02db30ee89b6125313e6c9f971e (patch)
treea588b178584a01293d0163b2aa1d1310a6db7638 /src/csharp/Grpc.HealthCheck
parentbff1452e5ed589dde8137f7f0b58db9a5e8eb6e4 (diff)
regenerate protos
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rw-r--r--src/csharp/Grpc.HealthCheck/HealthGrpc.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csharp/Grpc.HealthCheck/HealthGrpc.cs b/src/csharp/Grpc.HealthCheck/HealthGrpc.cs
index 7bffb7f6cc..51956f2f23 100644
--- a/src/csharp/Grpc.HealthCheck/HealthGrpc.cs
+++ b/src/csharp/Grpc.HealthCheck/HealthGrpc.cs
@@ -233,7 +233,8 @@ namespace Grpc.Health.V1 {
.AddMethod(__Method_Watch, serviceImpl.Watch).Build();
}
- /// <summary>Register service method implementations with a service binder. Useful when customizing the service binding logic.</summary>
+ /// <summary>Register service method implementations with a service binder. Useful when customizing the service binding logic.
+ /// Note: this method is part of an experimental API that can change or be removed without any prior notice.</summary>
/// <param name="serviceBinder">Service methods will be bound by calling <c>AddMethod</c> on this object.</param>
/// <param name="serviceImpl">An object implementing the server-side handling logic.</param>
public static void BindService(grpc::ServiceBinderBase serviceBinder, HealthBase serviceImpl)