IVsWebServiceProvider.EnsureServerRunning(String) 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.
Ensures the server is running and retrieves the URL of the server implementing the Web service.
public:
int EnsureServerRunning([Runtime::InteropServices::Out] System::String ^ % pbstrUrl);
int EnsureServerRunning([Runtime::InteropServices::Out] std::wstring const & & pbstrUrl);
public int EnsureServerRunning (out string pbstrUrl);
abstract member EnsureServerRunning : string -> int
Public Function EnsureServerRunning (ByRef pbstrUrl As String) As Integer
Parameters
- pbstrUrl
- String
[out] Pointer to a string containing the URL of the server.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.