Config
Namespace: MBrace.Thespian.Runtime
MBrace.Thespian configuration object
Static members
Static member | Description |
FileSystemStore
Signature: FileSystemStore
|
Local FileSystemStore instance CompiledName: |
HostName
Signature: string
|
Hostname that the thespian instance is listening to CompiledName: |
Initialize(...)
Signature: (populateDirs:bool * isClient:bool * hostname:string option * workingDirectory:string option * port:int option) -> unit
|
Initializes the global configuration object. |
IsUnix
Signature: bool
|
True if is unix system CompiledName: |
LocalAddress
Signature: string
|
Local TCP address used by the local Thespian instance CompiledName: |
LocalMBraceUri
Signature: string
|
Local MBrace uri identifying the current worker instance CompiledName: |
LocalTcpPort
Signature: int
|
TCP Port used by the local Thespian instance CompiledName: |
ObjectCache
Signature: InMemoryCache
|
Object Cache used by the instance CompiledName: |
RunsOnMono
Signature: bool
|
True if running on mono CompiledName: |
Serializer
Signature: BinarySerializer
|
FsPickler serializer instance used by MBrace.Thespian CompiledName: |
SetConsoleTitle(status)
Signature: (status:string option) -> unit
|
Sets the System.Console title |
WorkingDirectory
Signature: string
|
Working directory used by the instance CompiledName: |