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