Click or drag to resize

MemoryValueAddOnAttributeValueRebuilt Method

Add a handler for the OnAttributeValueRebuilt event.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void AddOnAttributeValueRebuilt(
	Action handler,
	CallbackContext callbackContext
)

Parameters

handler  Action
Handler for OnAttributeValueRebuilt events to add.
callbackContext  CallbackContext
Defines the context in which the callback should be called.
Remarks
If callbackContext is CallerContext then handler is Demo3D thread safe. It's called in the same thread (synchronization context) as the caller to this method.
See Also