This document is archived and information here might be outdated. Recommended version. |
Gets the service name of the image service, given the path to compiled service. Returns an empty string if the service was never published or has not been started.
[Visual Basic .NET] Public Function GetServiceDefinitionName ( _ ByVal servicePath As String _ ) As String
[C#] public string GetServiceDefinitionName ( string servicePath );
[C++]
HRESULT GetServiceDefinitionName(
BSTR servicePath
);
[C++]
Parameters servicePath [in]
servicePath is a parameter of type BSTR