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


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

IServerInfos.Insert Method

Inserts an IServerInfo object into the collection at the specified index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal serverInfo As IServerInfo _
)
[C#]
public void Insert (
    int index,
    IServerInfo serverInfo
);
[C++]
HRESULT Insert(
  long index,
  IServerInfo* serverInfo
);
[C++]
Parameters
index [in]

index is a parameter of type long serverInfo [in]
serverInfo is a parameter of type IServerInfo*

Product Availability

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

See Also

IServerInfos Interface