WorkItemEvaluator
Namespace: MBrace.Runtime
Functions and values
Function or value | Description |
loadAndRunWorkItemAsync(...)
Signature: manager:IRuntimeManager -> currentWorker:IWorkerId -> assemblies:VagabondAssembly [] -> workItemLease:ICloudWorkItemLeaseToken -> Async<unit>
|
loads work item to local application domain and evaluates it locally. |
runWorkItemAsync(...)
Signature: manager:IRuntimeManager -> currentWorker:IWorkerId -> faultState:CloudWorkItemFaultInfo -> workItem:CloudWorkItem -> Async<unit>
|
Asynchronously evaluates work item in the local application domain. |