MBrace.Core


DomainLocal

Namespace: MBrace.Library

A serializable value factory that will be initialized exactly once in each AppDomain(Worker) that consumes it. Distributed equivalent to System.Threading.ThreadLocal type.

Static members

Static memberDescription
Create(factory)
Signature: factory:LocalCloud<'T> -> DomainLocalMBrace<'T>
Type parameters: 'T

Creates a new DomainLocal entity with supplied MBrace factory workflow.

Create(factory)
Signature: (factory:(unit -> 'T)) -> DomainLocal<'T>
Type parameters: 'T

Creates a new DomainLocal entity with supplied factory.

Fork me on GitHub