This Actor class can be used to call a function which has one parameter, object (T) and returns the result, object (V). The result is returned in a delegate.
Actor
Type Parameters
| Name | Description |
|---|---|
T | Input type |
V | Output type |
01 Syntax
Microsoft.VisualBasic.Parallel.Tasks.Actor`2
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Perform | 1 |
03 Members