 | CdssDebugSessionDataEnterFrame Method |
Enter a debug stack frame for tracking debug data
Namespace: SanteDB.Cdss.Xml.DiagnosticsAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic CdssDebugStackFrame EnterFrame(
CdssExecutionStackFrame cdssExecutionStackFrame
)
Public Function EnterFrame (
cdssExecutionStackFrame As CdssExecutionStackFrame
) As CdssDebugStackFrame
public:
CdssDebugStackFrame^ EnterFrame(
CdssExecutionStackFrame^ cdssExecutionStackFrame
)
member EnterFrame :
cdssExecutionStackFrame : CdssExecutionStackFrame -> CdssDebugStackFrame Parameters
- cdssExecutionStackFrame CdssExecutionStackFrame
- The execution frame which is triggering this entry into the stack frame
Return Value
CdssDebugStackFrameThe created stack frame
See Also