In This Topic
Instructs a remote Kermit program running in server mode to shut down.
Syntax
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