ObserveCallback
Description:
[ CCode ( cname = "lcb_observe_callback" ,  has_target = false ,  has_type_id = false ) ]
public delegate void ObserveCallback (Client instance, void* cookie, StatusResponse status, ObserveResponseInfo response_info)
  public delegate void ObserveCallback (Client instance, void* cookie, StatusResponse status, ObserveResponseInfo response_info)
The callback function for an observe request.
Parameters:
| instance | the instance performing the operation | 
| cookie | the cookie associated with with the command | 
| status | The status of the operation | 
| response_info | More information about the operation (only key is valid if response != LCB_SUCCESS) | 
Namespace: LibCouchbase
  
  Package: libcouchbase