EasyUA Reference
Insert(Int32,ConfiguredEndpoint) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ConfiguredEndpointCollection Class : Insert(Int32,ConfiguredEndpoint) Method

index
The zero-based index at which item should be inserted.
item
The object to insert into the IList.

Glossary Item Box

Inserts an item to the IList at the specified index.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ConfiguredEndpointCollection
Dim index As Integer
Dim item As ConfiguredEndpoint
 
instance.Insert(index, item)
C# 
public void Insert( 
   int index,
   ConfiguredEndpoint item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert into the IList.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
System.NotSupportedExceptionThe IList is read-only.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.