Click or drag to resize

TaskResultEventT Properties

The TaskResultEventT generic type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets the exception thrown by the task.
Public propertyRequest
Gets the request that executed the server task.
Public propertyServerChannel
Gets the server channel of this request event.
Public propertyValue
Gets the value computed by the task (can be null).
Top
See Also