This simplified Write method overload does not return a cancel ID and therefore does not allow the call to be cancelled.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function Write( _ ByVal idef As ItemDef, _ ByVal val As Object, _ ByVal TransactionId As Integer _ ) As Integer |
Parameters
- idef
- IN: ItemDef item definition object
- val
- IN: value to write
- TransactionId
- This value is returned in the WriteComplete callback to allow the execution information to be associated with the Write call.