Visual Basic (Declaration) | |
---|---|
Public Delegate Sub DAReadComplete( _ ByVal ex As BGException, _ ByVal rslt() As DAItemValue, _ ByVal tag As Object _ ) |
C# | |
---|---|
public delegate void DAReadComplete( BGException ex, DAItemValue[] rslt, object tag ) |
Parameters
- ex
- Error information or null (Nothing)
- rslt
- Read Result. The DAItemValue object contains the read value including error information and item identification.
- tag
- User defined data passed in the Read call.