nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / State

State

Full name Microsoft.VisualBasic.Parallel.Tasks.Actor`2.State Assembly Microsoft.VisualBasic.Runtime Members 5

01 Syntax

Microsoft.VisualBasic.Parallel.Tasks.Actor`2.State

02 Methods

NameOverloadsSummary
Run 1 Set as an internal types void so only the Actor class can invoke this method.

03 Properties

NameOverloadsSummary
parameter 1 This is the parameter which is passed to the function defined as job.
result 1 This will be the response and will be sent back to the calling thread using the delegate (a).
error 1 Capture any errors and send back to the calling thread.

04 Fields

NameOverloadsSummary
job 1 Actual method to run.

05 Members

method Run #
Run

Set as an internal types void so only the Actor class can invoke this method.

property parameter #
parameter

This is the parameter which is passed to the function defined as job.

property result #
result

This will be the response and will be sent back to the calling thread using the delegate (a).

property error #
error

Capture any errors and send back to the calling thread.

field job #
job

Actual method to run.