DynamicSymbol.OnTryReadValue Method

Handler function for the

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

protected virtual int OnTryReadValue(
    int timeout,
    out Object value
)

VB

Protected Overridable Function OnTryReadValue ( 
    timeout As Integer,
    <OutAttribute> ByRef value As Object
) As Integer

Parameters

timeout

Type: System.Int32
The timeout.

value

Type: System.Object.
The value.

Return Value

Type: Int32
The error Code.

Exceptions

Exception

Condition

CannotAccessVirtualSymbolException

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace