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 override ProcessStartInfo LocateApplicationDefinedServer(string applicationDefinedServerDirectory)Parameters
- applicationDefinedServerDirectorystring
- The user directory to look for the server in. 
Returns
- ProcessStartInfo
- The ProcessStartInfo to start the found server with.