diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Closes all channels and frees resources previously allocated.
Namespace:
InkostarAssembly: 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
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
C#: objDevice.Close();
VB.NET: objDevice.Close