RemoveCallback
Description:
[ CCode ( cname = "lcb_remove_callback" , has_target = false , has_type_id = false ) ]
public delegate void RemoveCallback (Client instance, void* cookie, StatusResponse status, RemoveResponseInfo response_info)
public delegate void RemoveCallback (Client instance, void* cookie, StatusResponse status, RemoveResponseInfo response_info)
The callback function for a remove request.
Parameters:
instance |
the instance performing the operation |
cookie |
the cookie associated with with the command |
status |
The status of the operation |
response_info |
additional response info |
Namespace: LibCouchbase
Package: libcouchbase