diaGlobWrapper Help
Closes all channels and frees resources previously allocated.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public void Close()
Visual Basic (Declaration)
Public Sub Close
Visual C++
public:
void Close()

Remarks

No further operation on a channel can be performes once this function is invoked.
Compatibility: All.
On failure this function will generate an exception of type DiaGlobWrapperLibException

Examples

To close the channels:
C#: objDevice.Close();
VB.NET: objDevice.Close

See Also