I have a method which returns 1 or 0 after some transactions. I wonder if there is a way to return 1 or 0 before the transactions? The reason is because there is a mechanism that waits for this return value and it is more important than the transaction itself.
best Regards.
Keep your friends close and your enemies even closer
cenk1536
Contributor
2501 Points
2107 Posts
How to Return before execution?
Mar 13, 2012 01:36 PM|LINK
Hi,
I have a method which returns 1 or 0 after some transactions. I wonder if there is a way to return 1 or 0 before the transactions? The reason is because there is a mechanism that waits for this return value and it is more important than the transaction itself.
best Regards.