State
01 Syntax
Microsoft.VisualBasic.Parallel.Tasks.Actor`2.State
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Run | 1 | Set as an internal types void so only the Actor class can invoke this method. |
03 Properties
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| job | 1 | Actual method to run. |
05 Members
Run
Set as an internal types void so only the Actor class can invoke this method.
parameter
This is the parameter which is passed to the function defined as job.
result
This will be the response and will be sent back to the calling thread using the delegate (a).
error
Capture any errors and send back to the calling thread.
job
Actual method to run.