Click or drag to resize

AdoBiDatamartRepositoryGetExecutionContext Method

Begins the refresh process for the datamart object

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IDataFlowExecutionContext GetExecutionContext(
	IDatamart datamart,
	DataFlowExecutionPurposeType purpose
)

Parameters

datamart  IDatamart
The datamart to be refreshed
purpose  DataFlowExecutionPurposeType
The purpose the execution context is being requested

Return Value

IDataFlowExecutionContext
The execution context which can be used by the executors to

Implements

IBiDatamartRepositoryGetExecutionContext(IDatamart, DataFlowExecutionPurposeType)
See Also