[ CCode ( cname = "lcb_store_callback" , has_target = false , has_type_id = false ) ]
public delegate void StoreCallback (Client instance, void* cookie, Storage operation, StatusResponse status, StoreResponseInfo response_info)
The callback function for a storage request.
instance |
the instance performing the operation |
cookie |
the cookie associated with with the command |
operation |
Storage type |
status |
The status of the operation |
response_info |
additional response info |