Click or drag to resize

PubSubReprocessJob Constructor

DI re-process

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public PubSubReprocessJob(
	IDispatcherQueueManagerService dispatcherQueueService,
	IPubSubManagerService pubSubManager,
	IPubSubLogService pubSubLogService,
	IJobStateManagerService jobStateManager,
	IServiceProvider serviceProvider
)

Parameters

dispatcherQueueService  IDispatcherQueueManagerService

[Missing <param name="dispatcherQueueService"/> documentation for "M:SanteDB.Core.Jobs.PubSubReprocessJob.#ctor(SanteDB.Core.Queue.IDispatcherQueueManagerService,SanteDB.Core.PubSub.IPubSubManagerService,SanteDB.Core.PubSub.IPubSubLogService,SanteDB.Core.Jobs.IJobStateManagerService,System.IServiceProvider)"]

pubSubManager  IPubSubManagerService

[Missing <param name="pubSubManager"/> documentation for "M:SanteDB.Core.Jobs.PubSubReprocessJob.#ctor(SanteDB.Core.Queue.IDispatcherQueueManagerService,SanteDB.Core.PubSub.IPubSubManagerService,SanteDB.Core.PubSub.IPubSubLogService,SanteDB.Core.Jobs.IJobStateManagerService,System.IServiceProvider)"]

pubSubLogService  IPubSubLogService

[Missing <param name="pubSubLogService"/> documentation for "M:SanteDB.Core.Jobs.PubSubReprocessJob.#ctor(SanteDB.Core.Queue.IDispatcherQueueManagerService,SanteDB.Core.PubSub.IPubSubManagerService,SanteDB.Core.PubSub.IPubSubLogService,SanteDB.Core.Jobs.IJobStateManagerService,System.IServiceProvider)"]

jobStateManager  IJobStateManagerService

[Missing <param name="jobStateManager"/> documentation for "M:SanteDB.Core.Jobs.PubSubReprocessJob.#ctor(SanteDB.Core.Queue.IDispatcherQueueManagerService,SanteDB.Core.PubSub.IPubSubManagerService,SanteDB.Core.PubSub.IPubSubLogService,SanteDB.Core.Jobs.IJobStateManagerService,System.IServiceProvider)"]

serviceProvider  IServiceProvider

[Missing <param name="serviceProvider"/> documentation for "M:SanteDB.Core.Jobs.PubSubReprocessJob.#ctor(SanteDB.Core.Queue.IDispatcherQueueManagerService,SanteDB.Core.PubSub.IPubSubManagerService,SanteDB.Core.PubSub.IPubSubLogService,SanteDB.Core.Jobs.IJobStateManagerService,System.IServiceProvider)"]

See Also