Click or drag to resize

IBiDatamartRepositoryGetExecutionContext Method

Begins the refresh process for the datamart object

Namespace: SanteDB.BI.Services
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
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
See Also