Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQStopServer Method
In This Topic
WRQStopServer Method
In This Topic
Stops the WRQ/Reflection protocol host server started by WRQStartServer.
Syntax
expression.WRQStopServer() As ReturnCode
where expression is a variable that represents a FileTransfer Object

Return Value

One of the following ReturnCode enumerated values.

Member Description
Cancelled Cancelled.
Error Error.
PermissionRequired Permission is required.
Success Success.
Timeout Timeout condition.
Truncated The text is truncated.

See Also