aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/IClientStreamWriter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/Grpc.Core/IClientStreamWriter.cs')
-rw-r--r--src/csharp/Grpc.Core/IClientStreamWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/IClientStreamWriter.cs b/src/csharp/Grpc.Core/IClientStreamWriter.cs
index cc76d1369d..a3028bc374 100644
--- a/src/csharp/Grpc.Core/IClientStreamWriter.cs
+++ b/src/csharp/Grpc.Core/IClientStreamWriter.cs
@@ -48,6 +48,6 @@ namespace Grpc.Core
/// <summary>
/// Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.
/// </summary>
- Task Complete();
+ Task CompleteAsync();
}
}