GetCallback
Description:
[ CCode ( cname = "lcb_get_callback" , has_target = false , has_type_id = false ) ]
public delegate void GetCallback (Client instance, void* cookie, StatusResponse status, GetResponseInfo response_info)
public delegate void GetCallback (Client instance, void* cookie, StatusResponse status, GetResponseInfo response_info)
The callback function for a "get-style" 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 actual item (only key and nkey is valid if error != LCB_SUCCESS) |
Namespace: LibCouchbase
Package: libcouchbase