The purpose of this property is to give the users an identifier of the execution as a session when doing a Trace, as the ITrace interface provides all the Before() and After() methods.
Benefits:
- User can save the execution session key from the
Before() method and validate it on the After() method.
- You can define the execution difference when running in a multi-threading environment.
The purpose of this property is to give the users an identifier of the execution as a session when doing a Trace, as the ITrace interface provides all the
Before()andAfter()methods.Benefits:
Before()method and validate it on theAfter()method.