This document is archived and information here might be outdated. Recommended version. |
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*