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
Static members
Static member | Description |
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. |