<< Click to Display Table of Contents >> Navigation: »No topics above this level« Logger.Connect Method |
Creates a connection of this instance to its processvariable.
[Visual Basic]
Public Overrides Overloads Sub Connect( _
ByVal connectionType As ConnectionType _
)
[C#]
public override void Connect(
ConnectionType connectionType
);
connectionType
Defines the ConnectionType of this Variable object
The Connected event notifies, that the connection was successfully created whereas the "Error" event notifies, that an error has occured. (e.g. task does not exist) It is also possible to connect the variable object, when its parent (cpu object) was not already connected. In that case the variable object store this "connect" action, to connect the variable object automatically when the cpu connectedevent received.
Logger Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]