Blueprint Help Send comments on this topic.
Arbitrated Store Close
See Also

Glossary Item Box

Description

This manual connection member function closes a store that has previously been opened for read, write or update.  Writes and/or updates do not take effect until the store is closed.  This may unblock other threads of execution that have been blocked waiting for an uncontended buffer.  Before reading this topic, we would recommend familiarity with Manual Connections and Arbitrated Stores.

Prototype

Uns Close( void );

Parameters

None

Return Value

This function returns logical TRUE if the store is successfully closed; or FALSE otherwise.

Notes

Connections cannot be re-opened until they have been successfully closed.

See Also