OpcPathProbingCollection Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcPathProbingCollection type exposes the following members.

OpcPathProbingCollection()

Initializes a new instance of the OpcPathProbingCollection class.

C#

public OpcPathProbingCollection()

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.

C#

public string Evaluate()


Returns

String

The first fulfilled String-based path evaluation result or a null reference (Nothing in Visual Basic) if there is no OpcPathProbing item stored in this OpcPathProbingCollection or all probing mechanims used by the items failed to evaluate their path information against their different path requirements.