Table of Contents

Class RepoModelStoreFactory

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
public class RepoModelStoreFactory
Inheritance
RepoModelStoreFactory
Inherited Members
Extension Methods

Constructors

RepoModelStoreFactory(ILoggerFactory, IOptions<RepoModelStoreOptions>, HttpClient, Runtime)

public RepoModelStoreFactory(ILoggerFactory factory, IOptions<RepoModelStoreOptions> options, HttpClient httpClient, Runtime runtime)

Parameters

factory ILoggerFactory
options IOptions<RepoModelStoreOptions>
httpClient HttpClient
runtime Runtime

Methods

Create(string?, string?)

public RepoModelStore Create(string? key = null, string? url = null)

Parameters

key string
url string

Returns

RepoModelStore