Method LocateApplicationDefinedServer
LocateApplicationDefinedServer(string)
Finds the server in the given user directory and returns the ProcessStartInfo to start it. Throws exception when a server was not found in the specified directory.
protected abstract ProcessStartInfo LocateApplicationDefinedServer(string applicationDefinedServerDirectory)
Parameters
applicationDefinedServerDirectory
stringThe user directory to look for the server in.
Returns
- ProcessStartInfo
The ProcessStartInfo to start the found server with.