SoVolumeWriterCloseAllHandles Method |
Close all ressources that are locked by the writer so that someone else can read or write to them.
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual bool CloseAllHandles()
Public Overridable Function CloseAllHandles As Boolean
public:
virtual bool CloseAllHandles()
abstract CloseAllHandles : unit -> bool
override CloseAllHandles : unit -> bool
Return Value
Type:
BooleanRemarks For example, if the writer write to a file, this method must close the file so that someone else can re-open it in read mode.
See Also