MBrace.Core


MemoryEmulation

Namespace: MBrace.Core

Specifies memory semantics in InMemory MBrace execution

Record Fields

Record FieldDescription
Copied
Signature: MemoryEmulation
Modifiers: static

Values copied when passed across worfklows; full distribution semantics.

EnsureSerializable
Signature: MemoryEmulation
Modifiers: static

Freely share values across MBrace workflows but emulate serialization errors by checking that they are serializable.

Shared
Signature: MemoryEmulation
Modifiers: static

Freely share values across MBrace workflows; async semantics.

Fork me on GitHub