MBrace.Core


DomainLocalMBrace<'T>

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.

Instance members

Instance memberDescription
IsValueCreated
Signature: bool

Gets whether value has been initialized in the current process.

CompiledName: get_IsValueCreated

Value
Signature: LocalCloud<'T>

Returns the value initialized in the local Application Domain.

CompiledName: get_Value

Fork me on GitHub