Click or drag to resize

CdssDebugSessionDataEnterFrame Method

Enter a debug stack frame for tracking debug data

Namespace: SanteDB.Cdss.Xml.Diagnostics
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public CdssDebugStackFrame EnterFrame(
	CdssExecutionStackFrame cdssExecutionStackFrame
)

Parameters

cdssExecutionStackFrame  CdssExecutionStackFrame
The execution frame which is triggering this entry into the stack frame

Return Value

CdssDebugStackFrame
The created stack frame
See Also