IVsProjectServerHost.IsServerRunning(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the hosted server is running.
public:
int IsServerRunning([Runtime::InteropServices::Out] int % fIsRunning);
int IsServerRunning([Runtime::InteropServices::Out] int & fIsRunning);
public int IsServerRunning (out int fIsRunning);
abstract member IsServerRunning : int -> int
Public Function IsServerRunning (ByRef fIsRunning As Integer) As Integer
Parameters
- fIsRunning
- Int32
True
if the hosted server is currently running.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell90.idl:
HRESULT IsServerRunning([out, retval] BOOL * fIsRunning);