 | 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)
SyntaxPublic ReadOnly Property Value As T
Get
Property Value
Type:
T
The value computed by the task (can be
null).
ExceptionsException | Condition |
---|
Exception |
The task completed by throwing an exception.
|
See Also