 | UNCNetworkConnectionNetUseDelete Method |
Ends the connection to the remote resource
Namespace:
Koden.Utils.IO
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic bool NetUseDelete()
Public Function NetUseDelete As Boolean
public:
bool NetUseDelete()
member NetUseDelete : unit -> bool
Return Value
Type:
BooleanTrue if it succeeds. Use LastError to get the system error code
See Also