| DiaSpringWrapperClose Method |
Closes all channels prevously opened and release all voice resources.
Namespace: InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntaxmember Close : unit -> unit
Remarks
This function will fail if invoked before the [device].Open() function.
Examples
Close all channels.
C#: objDevice.Close();
VB.NET: objDevice.Close()
See Also