Couchbase C Client  2.10.2
Asynchronous C Client for Couchbase

Detailed Description

Send NOOP command to server.

Functions

lcb_error_t lcb_noop3 (lcb_t instance, const void *cookie, const lcb_CMDNOOP *cmd)
 
More...
 

Typedefs

typedef lcb_CMDBASE lcb_CMDNOOP
 
typedef lcb_RESPSERVERBASE lcb_RESPNOOP
 

Function Documentation

◆ lcb_noop3()

lcb_error_t lcb_noop3 ( lcb_t  instance,
const void *  cookie,
const lcb_CMDNOOP cmd 
)


Stability
Committed:

Send NOOP to the node

Parameters
instancethe library handle
cookiethe cookie passed in the callback
cmdempty command structure.
Returns
status code for scheduling.