This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerInfos Interface > IServerInfos.Insert Method (ArcObjects .NET 10.4 SDK) |
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