Click or drag to resize

IDataFlowDiagnosticSession Interface

Represetns a diagnostic session

Namespace: SanteDB.BI.Datamart.DataFlow
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public interface IDataFlowDiagnosticSession

The IDataFlowDiagnosticSession type exposes the following members.

Properties
 NameDescription
Public propertyContext Gets the context to which this diagnostic session applies
Top
Methods
 NameDescription
Public methodGetSessionData Get the session data
Public methodLogEndAction Log the end of the action
Public methodLogStartAction Log the starting of a stage
Top
Events
 NameDescription
Public eventActionEnded Diagnostic sample has been received
Public eventActionStarted Diagnostic sample has been received
Top
See Also