'Declaration Public Overloads Function LockItem( _
ByVal keyThe item key.As System.String, _
ByVal isReadOnlyA value indicating whether the stream must be locked in read-only mode.As Boolean _
) As System.Object
public System.Object LockItem(
System.String key,
bool isReadOnly
)
public: System.Object LockItem(
System.String key,
bool isReadOnly
)
public:
System.Object LockItem(
System.String key,
bool isReadOnly
)
Parameters
- key
- The item key.
- isReadOnly
- A value indicating whether the stream must be locked in read-only mode.
Return Value
The locked item from data storage.