 | CdssExecutionContextCreateDebugContext Method |
Create a debug context for the specified execution run
Namespace: SanteDB.Cdss.XmlAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic static CdssExecutionContext CreateDebugContext(
IdentifiedData forObject,
IEnumerable<CdssLibraryDefinition> scopedLibraries
)
Public Shared Function CreateDebugContext (
forObject As IdentifiedData,
scopedLibraries As IEnumerable(Of CdssLibraryDefinition)
) As CdssExecutionContext
public:
static CdssExecutionContext^ CreateDebugContext(
IdentifiedData^ forObject,
IEnumerable<CdssLibraryDefinition^>^ scopedLibraries
)
static member CreateDebugContext :
forObject : IdentifiedData *
scopedLibraries : IEnumerable<CdssLibraryDefinition> -> CdssExecutionContext Parameters
- forObject IdentifiedData
- The object which is to be created
- scopedLibraries IEnumerableCdssLibraryDefinition
- The libraries which are scoped to the context
Return Value
CdssExecutionContextThe created execution context with the debug information
See Also