ServiceProvider<'a> Type

Constructors

Constructor Description

ServiceProvider(providers)

Full Usage: ServiceProvider(providers)

Parameters:
Returns: ServiceProvider<'a>
providers : seq<Provider<'a>>
Returns: ServiceProvider<'a>

Instance members

Instance member Description

this.Available

Full Usage: this.Available

Returns: bool
Returns: bool

this.GetPathMap

Full Usage: this.GetPathMap

Returns: Map<string, string list>
Returns: Map<string, string list>

this.Providers

Full Usage: this.Providers

Service Providers

this.Service

Full Usage: this.Service

Returns: 'a option
Returns: 'a option

this.Start

Full Usage: this.Start

Returns: bool

Start the service with the first provider that looks loadable.

Returns: bool

this.StartWith

Full Usage: this.StartWith

Parameters:

Use the LAPACK service from the given provider. If the supporting DLLs are not available, this may fail (now or later).

p : Provider<'a>

this.Status

Full Usage: this.Status

Returns: string
Returns: string

this.Stop

Full Usage: this.Stop

Disable the service.