![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The ResourceLock class represents a lock upon a resource. A resource that has been locked shall permit only the owner of the lock access to modify the resource. More...
#include <ResourceLock.h>
Public Member Functions | |
| ResourceLock (VxSdk::IVxResourceLock *vxResourceLock) | |
| Constructor. More... | |
| virtual | ~ResourceLock () |
| Destructor. More... | |
| !ResourceLock () | |
| Finaliser. More... | |
Package Attributes | |
| VxSdk::IVxResourceLock * | _resourceLock |
Properties | |
| System::String^ | Id [get] |
| Gets the unique resource lock identifier. More... | |
| System::String^ | Owner [get] |
| Gets the owner. More... | |
The ResourceLock class represents a lock upon a resource. A resource that has been locked shall permit only the owner of the lock access to modify the resource.
Definition at line 15 of file ResourceLock.h.
|
inline |
Constructor.
| vxResourceLock | The vx resource lock. |
Definition at line 22 of file ResourceLock.h.
|
inlinevirtual |
Destructor.
Definition at line 29 of file ResourceLock.h.
|
inline |
Finaliser.
Definition at line 36 of file ResourceLock.h.
|
package |
Definition at line 60 of file ResourceLock.h.
|
get |
Gets the unique resource lock identifier.
The unique identifier.
Definition at line 45 of file ResourceLock.h.
|
get |