#include <service_type.h>
◆ ~ServerAsyncStreamingInterface()
virtual grpc::internal::ServerAsyncStreamingInterface::~ServerAsyncStreamingInterface |
( |
| ) |
|
|
inlinevirtual |
◆ SendInitialMetadata()
virtual void grpc::internal::ServerAsyncStreamingInterface::SendInitialMetadata |
( |
void * |
tag | ) |
|
|
pure virtual |
Request notification of the sending of initial metadata to the client.
Completion will be notified by tag on the associated completion queue. This call is optional, but if it is used, it cannot be used concurrently with or after the Finish method.
- Parameters
-
[in] | tag | Tag identifying this request. |
◆ grpc::ServerInterface
The documentation for this class was generated from the following file: