aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-06 11:31:48 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-06 11:31:48 -0800
commit24265b03ac5c6ace73916f3bc3a847abf1c64c33 (patch)
treebdbfb02324c71a06621aaaeb542875817cfdb390 /src/objective-c/GRPCClient/GRPCCall.h
parent739760cdc8a6625fe93f4f0312d84305052b0d09 (diff)
Clarify cancel before call is started
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 4f0660d203..f713262b64 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -245,6 +245,7 @@ extern NSString *const kGRPCTrailersKey;
/**
* Starts the call. This function should only be called once; additional calls will be discarded.
+ * Invokes after calling cancel: are discarded.
*/
- (void)start;