Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
Specifies whether this method logs off from the remote computer, in addition to shutting
down the server Kermit program. The values are: KermitStopServerOption.NoLogoff KermitStopServer
does not log off the remote server when shutting down the server Kermit program. This
is the default action if no Logoff argument is included. KermitStopServerOption.Logoff
KermitStopServer does log off the remote server when shutting down the server Kermit
program.
KermitStopServer Method
In This Topic
Instructs a remote Kermit program running in server mode to shut down.
Syntax
'Declaration
Function KermitStopServer( _ ByVal option As KermitStopServerOption _ ) As ReturnCode
'Usage
Dim instance As IFileTransfer Dim option As KermitStopServerOption Dim value As ReturnCode value = instance.KermitStopServer(option)
ReturnCode KermitStopServer( KermitStopServerOption option )
Parameters
- option
- Specifies whether this method logs off from the remote computer, in addition to shutting down the server Kermit program. The values are: KermitStopServerOption.NoLogoff KermitStopServer does not log off the remote server when shutting down the server Kermit program. This is the default action if no Logoff argument is included. KermitStopServerOption.Logoff KermitStopServer does log off the remote server when shutting down the server Kermit program.
See Also