[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific ActorsTransaction from the ActorsTransactionLog.
| C# | Visual Basic | Visual C++ |
public void Remove( ActorsTransaction value )
Public Sub Remove ( _ value As ActorsTransaction _ )
public: void Remove( ActorsTransaction^ value )
- value (ActorsTransaction)
- The ActorsTransaction to remove from the ActorsTransactionLog.