DynamicSymbol.OnTryWriteValue Method
Handler Function for writing value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
protected virtual int OnTryWriteValue(
Object value,
int timeout
)
VB
Protected Overridable Function OnTryWriteValue (
value As Object,
timeout As Integer
) As Integer
Parameters
value |
Type: System.Object |
timeout |
Type: System.Int32 |
Return Value
Type: Int32