OpcPathProbingCollection Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents a collection of OpcPathProbing instances.

C#

public class OpcPathProbingCollection : Collection<OpcPathProbing>, IList<OpcPathProbing>, ICollection<OpcPathProbing>, IList, ICollection, IReadOnlyList<OpcPathProbing>, IReadOnlyCollection<OpcPathProbing>, IEnumerable<OpcPathProbing>, IEnumerable


Inheritance ObjectCollection<OpcPathProbing> › OpcPathProbingCollection


Implements IList<OpcPathProbing>, ICollection<OpcPathProbing>, IList, ICollection, IReadOnlyList<OpcPathProbing>, IReadOnlyCollection<OpcPathProbing>, IEnumerable<OpcPathProbing>, IEnumerable

Name Description
OpcPathProbingCollection Initializes a new instance of the OpcPathProbingCollection class.
Name Description
Evaluate Processes the evaluation of all OpcPathProbing items stored in this OpcPathProbingCollection using the Evaluate method of each item and offers the first fulfilled String-based path evaluation result.