Click or drag to resize

IBasicNoUIDisconnect Method

Disconnects the language extensions.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool Disconnect()

Return Value

Boolean
True if successfully disconnected.
Remarks
Use this method to insure proper release of all resources. If Disconnect returns True, WinWrap Basic is no longer functional.
See Also