MBrace.Runtime


LocalWorkItemEvaluator

Namespace: MBrace.Runtime

Defines a Cloud work item evaluator that runs code within the current application domain

Static members

Static memberDescription
Create(manager, currentWorker)
Signature: (manager:IRuntimeManager * currentWorker:IWorkerId) -> LocalWorkItemEvaluator

Creates a new local work item evaluator instance with provided runtime configuration.

Fork me on GitHub