#include <server_interface.h>
 | 
|   | NoPayloadAsyncRequest (internal::RpcServiceMethod *registered_method, ServerInterface *server, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag) | 
|   | 
|   | RegisteredAsyncRequest (ServerInterface *server, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag, const char *name, internal::RpcMethod::RpcType type) | 
|   | 
| bool  | FinalizeResult (void **tag, bool *status) override | 
|   | FinalizeResult must be called before informing user code that the operation bound to the underlying core completion queue tag has completed.  More...
  | 
|   | 
|   | BaseAsyncRequest (ServerInterface *server, grpc::ServerContext *context, internal::ServerAsyncStreamingInterface *stream, grpc::CompletionQueue *call_cq, grpc::ServerCompletionQueue *notification_cq, void *tag, bool delete_on_finalize) | 
|   | 
|   | ~BaseAsyncRequest () override | 
|   | 
| virtual  | ~CompletionQueueTag () | 
|   | 
◆ NoPayloadAsyncRequest()
The documentation for this class was generated from the following file: