OpcDirectoryPathProbing Class

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

Provides mechanisms to evaluate the full qualified existence and accessibility of a String-based path which points to a directory in the file system.

C#

public class OpcDirectoryPathProbing : OpcPathProbing


Inheritance ObjectOpcPathProbing › OpcDirectoryPathProbing

Name Description
OpcDirectoryPathProbing(String) Initializes a new instance of the OpcDirectoryPathProbing class using the path information specified.
Name Description
Failed Occurs when a call to Evaluate failed upon a specific reason. This can be either an exception during the evaluation or the path information does not fulfill one of the circumstances the evaluation assures.
(Inherited from OpcPathProbing)
Name Description
Path Gets the path to the directory in the file system to evaluate when calling Evaluate.
Name Description
Evaluate Processes the evaluation of the String-based path value associated with this OpcPathProbing and offers the determined and fulfilled path information accordingly.
(Inherited from OpcPathProbing)
EvaluateCore Processes the implementation specific evaluation of the Path associated with this OpcDirectoryPathProbing instance and offers the determined and fulfilled path information accordingly.
EvaluateCore When implemented in a derived class, processes the implementation specific evaluation of the String-based path value associated with this OpcPathProbing specialization and offers the determined and fulfilled path information accordingly.
(Inherited from OpcPathProbing)
OnFailed(OpcPathProbingFailedEventArgs) Raises the Failed event of the OpcPathProbing.
(Inherited from OpcPathProbing)
ReportFailed(Exception) Reports the failure of the evaluation using the exception which led to the nonsuccess.
(Inherited from OpcPathProbing)
ReportFailed(Exception, String, Object) Reports the failure of the evaluation using the exception which led to the nonsuccess. The further defined message and arguments offer additional information about the source of the exception or which evaluation task has failed.
(Inherited from OpcPathProbing)
ReportFailed(String, Object) Reports the failure of the evaluation using the message and arguments information to describe the evaluation task which failed.
(Inherited from OpcPathProbing)