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


IServerInfos.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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