This event is triggered when a task response is available. Its handler must be implemented by the application developer.
A task response can be an output result (in the event of success of a task) or an exception (in the event of a task failure).
NOTE: Although the Symphony API currently invokes this method with a single callback thread, the number of threads used by the API to invoke this method may increase in future revisions of the API. Therefore, the developer should never assume that the invocation of this method will be done serially and should always implement this method in a thread-safe manner.

C# |
public event SessionCallback..::..ResponseHandler OnResponse