[This is preliminary documentation and is subject to change.]
Adds an object to the end of the ActorsTransactionLog.
| C# | Visual Basic | Visual C++ |
public int Add( ActorsTransaction value )
Public Function Add ( _ value As ActorsTransaction _ ) As Integer
public: int Add( ActorsTransaction^ value )
- value (ActorsTransaction)
- The ActorsTransaction to be added to the end of the ActorsTransactionLog.
The ActorsTransactionLog index at which the value has been added.