| DSSNewContext Method |
[This is preliminary documentation and is subject to change.]
Creates a new DSS engine context.
A DSS Context encapsulates most of the global state of the original OpenDSS engine,
allowing the user to create multiple instances in the same process. By creating contexts
manually, the management of threads and potential issues should be handled by the user.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public static DSS NewContext()
Public Shared Function NewContext As DSS
public:
static DSS^ NewContext()
static member NewContext : unit -> DSS
dss_sharp.DSS.NewContext = function();
Return Value
Type:
DSS[Missing <returns> documentation for "M:dss_sharp.DSS.NewContext"]
See Also