aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-10 10:14:39 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-10 10:14:39 +0200
commitf602869c9719d7de1cd09ef1f9c140df1ef15eef (patch)
treecfc0d600cf465e506d9852cdb1372ca464e55f29 /src
parent5250e06890ce737801b01ee7db756c2511d202cc (diff)
improve comment
Diffstat (limited to 'src')
-rw-r--r--src/csharp/Grpc.Core/GrpcEnvironment.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/GrpcEnvironment.cs b/src/csharp/Grpc.Core/GrpcEnvironment.cs
index cf5e47e3d5..cbc7d2078c 100644
--- a/src/csharp/Grpc.Core/GrpcEnvironment.cs
+++ b/src/csharp/Grpc.Core/GrpcEnvironment.cs
@@ -239,6 +239,7 @@ namespace Grpc.Core
/// <summary>
/// Occurs when <c>GrpcEnvironment</c> is about the start the shutdown logic.
+ /// If <c>GrpcEnvironment</c> is later initialized and shutdown, the event will be fired again (unless unregistered first).
/// </summary>
public static event EventHandler ShuttingDown;