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