Click or drag to resize

TaskResultEventTValue Property

Gets the value computed by the task (can be null).

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public T Value { get; }

Property Value

Type: T
The value computed by the task (can be null).
Exceptions
ExceptionCondition
Exception The task completed by throwing an exception.
See Also