Delegate to handle responses returned to the client of a session.

C# |
public delegate void ResponseHandler( TaskOutputHandle output )

- output (TaskOutputHandle)
- Object used to access the output being returned.
C# |
public delegate void ResponseHandler( TaskOutputHandle output )