MBrace local cluster simulator


ActorProcessEntry

Namespace: MBrace.Thespian.Runtime

Actor ProcEntry implementation

Instance members

Instance memberDescription
Id
Signature: string

CompiledName: get_Id

Info
Signature: CloudProcessInfo

CompiledName: get_Info

Static members

Static memberDescription
Create(stateF, id, info)
Signature: (stateF:LocalStateFactory * id:string * info:CloudProcessInfo) -> ActorProcessEntry

Creates a actor entry instance in local process.

Fork me on GitHub