IVsProjectServerHost::IsServerRunning Method (Int32)
Visual Studio 2015
Determines whether the hosted server is running.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Parameters
- fIsRunning
-
Type:
System::Int32
True if the hosted server is currently running.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell90.idl:
HRESULT IsServerRunning([out, retval] BOOL * fIsRunning);
Show: