This document is archived and information here might be outdated.  Recommended version.


IServerConfigurationStorage.GetServiceDefinition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.GetServiceDefinition Method
ArcGIS Developer Help

IServerConfigurationStorage.GetServiceDefinition Method

[Visual Basic .NET]
Public Function GetServiceDefinition ( _
    ByVal ID As String, _
    ByRef pUpdateID As String _
) As String
[C#]
public string GetServiceDefinition (
    string ID,
    ref string pUpdateID
);
[C++]
HRESULT GetServiceDefinition(
  BSTR ID,
  System.String* pUpdateID
);
[C++]
Parameters
ID [in]

ID is a parameter of type BSTR pUpdateID [out]
pUpdateID is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IServerConfigurationStorage Interface