PlcNotifications.EvaluateStatusDelegate Delegate

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Defines a method that evaluates the PlcStatus provided through the object implementing the IPlcStatusProvider interface.

C#

public delegate bool EvaluateStatusDelegate(IPlcStatusProvider provider);


Parameters

provider IPlcStatusProvider

The object implementing the IPlcStatusProvider interface.


Returns

Boolean

The value true then the state provided by the provider has been evaluated and no further evaluation is required; otherwise the value false.