12-23-2010, 02:03 PM
Hi Prasad,
Transaction in used for performance analysis. Whereever you want to measure the time taken for any task in your application, start the transaction (StartTransaction) and when the task is done, end the transaction (EndTransaction).
The run results will show the time taken between start and end transaction.
Transaction in used for performance analysis. Whereever you want to measure the time taken for any task in your application, start the transaction (StartTransaction) and when the task is done, end the transaction (EndTransaction).
The run results will show the time taken between start and end transaction.