ScaleOut C++ Native Client API  5.1
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Pages
sosscli::LockResult Class Reference

The LockResult class represents the result of a lock operation. More...

#include <lock_result.h>

Public Member Functions

 LockResult (LockTicket lock_ticket, int32_t return_code)
 Constructor (intended for use by the C++ API, not client applications).
 
virtual ~LockResult ()
 Destructor.
 
LockTicket lock_ticket ()
 Gets the lock ticket returned by a lock operation.
 
int32_t return_code ()
 Gets the code returned from the ScaleOut StateServer service, where negative values indicate that an error occurred.
 

Detailed Description

The LockResult class represents the result of a lock operation.


The documentation for this class was generated from the following file: