Header menu logo bristlecone

Orchestration.OrchestrationAgent<'date, 'timeunit, 'timespan> Type

The `OrchestrationAgent` queues work items of the type `Async`, which are run in parallel up to a total of `maxSimultaneous` at one time.

Constructors

Constructor Description

OrchestrationAgent(writeOut, maxSimultaneous, retainResults)

Full Usage: OrchestrationAgent(writeOut, maxSimultaneous, retainResults)

Parameters:
    writeOut : LogEvent -> unit
    maxSimultaneous : int
    retainResults : bool

Returns: OrchestrationAgent<'date, 'timeunit, 'timespan>
writeOut : LogEvent -> unit
maxSimultaneous : int
retainResults : bool
Returns: OrchestrationAgent<'date, 'timeunit, 'timespan>

Instance members

Instance member Description

this.Post

Full Usage: this.Post

Parameters:
msg : OrchestrationMessage<'date, 'timeunit, 'timespan>

this.TryGetResult

Full Usage: this.TryGetResult

Returns: EstimationResult<'date, 'timeunit, 'timespan> option
Returns: EstimationResult<'date, 'timeunit, 'timespan> option

Type something to start searching.