Click or drag to resize

MatchDiagnosticSessionLogStartAction Method

Log the start of an action

Namespace:  SanteDB.Matcher.Diagnostics
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public void LogStartAction(
	Object counterTag
)

Parameters

counterTag
Type: SystemObject
The tag of the counter to start logging

Implements

IRecordMatchingDiagnosticSessionLogStartAction(Object)
See Also