MBrace.Core and MBrace.Azure


MBrace Technical Overview

MBrace is an open-source distributed runtime that enables scalable, fault-tolerant computation and data processing for the .NET/mono frameworks. The MBrace programming model uses a distributed continuation-based approach elegantly manifested through computation expressions in F#.

Community

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under the Apache License. For more information see the License file in the GitHub repository.

val config : MBrace.Azure.Configuration

Full name: Core.config
module Unchecked

from Microsoft.FSharp.Core.Operators
val defaultof<'T> : 'T

Full name: Microsoft.FSharp.Core.Operators.Unchecked.defaultof
namespace MBrace
namespace MBrace.Azure
Multiple items
type Configuration =
  new : storageConnectionString:string * serviceBusConnectionString:string -> Configuration
  member AssemblyContainer : string
  member CloudValueContainer : string
  member OptimizeClosureSerialization : bool
  member RuntimeContainer : string
  member RuntimeLogsTable : string
  member RuntimeTable : string
  member ServiceBusAccount : string
  member ServiceBusConnectionString : string
  member StorageAccount : string
  ...

Full name: MBrace.Azure.Configuration

--------------------
new : storageConnectionString:string * serviceBusConnectionString:string -> MBrace.Azure.Configuration
Fork me on GitHub