| DiaGlobWrapperClose Method |
diaGlobWrapper Help
Closes all channels and frees resources previously allocated.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxmember Close : unit -> unit
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