Share via


IVsProjectServerHost.IsServerRunning(Int32) Method

Definition

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);  

Applies to