Click or drag to resize

TaskResultEventT Class

Inheritance Hierarchy
SystemObject
  OBCOM.NetSwitchLib.ServersTaskResultEventT

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public sealed class TaskResultEvent<T>

Type Parameters

T
The type of the value returned by the task.

The TaskResultEventT 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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also