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
Instance members
Instance member | Description |
IsValueCreated
Signature: bool
|
Gets whether value has been initialized in the current process. CompiledName: |
Value
Signature: LocalCloud<'T>
|
Returns the value initialized in the local Application Domain. CompiledName: |