aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index ab5965f55a..3912e52ece 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -88,7 +88,7 @@ class ClientContext {
void set_absolute_deadline(const system_clock::time_point &deadline);
system_clock::time_point absolute_deadline();
- void StartCancel();
+ void TryCancel();
private:
// Disallow copy and assign.