34 #ifndef GRPCXX_IMPL_CLIENT_UNARY_CALL_H
35 #define GRPCXX_IMPL_CLIENT_UNARY_CALL_H
37 #include <grpc++/config.h>
41 class ChannelInterface;
48 Status BlockingUnaryCall(ChannelInterface* channel,
const RpcMethod& method,
49 ClientContext* context,
50 const grpc::protobuf::Message&
request,
51 grpc::protobuf::Message* result);
55 #endif // GRPCXX_IMPL_CLIENT_UNARY_CALL_H
Definition: _completion_queue.h:40
Definition: channel_create.c:62