DataInterfaceStream:-Close - close a DataInterfaceStream Module
|
Calling Sequence
|
|
stream:-Close( )
|
|
Parameters
|
|
stream
|
-
|
DataInterfaceStream module
|
|
|
|
|
Description
|
|
•
|
Close is used to close a DataInterfaceStream module. This happens automatically when this object is garbage collected; however, you can call Close to release the resources earlier.
|
•
|
Any descendant modules of stream are closed when stream is closed. (A module is a descendant of a parent module if it is returned by one of the parent module's exports or if it is a descendant of one of the parent module's descendants.)
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
Error, (in Read) this object has been closed, no further operations are possible
|
|
|
|
|
Download Help Document
Was this information helpful?