SIFWorks ADK 2.0
Initialize Method
NamespacesEdustructures.SifWorksAgentInitialize()()

[This is preliminary documentation and is subject to change.]

Initialize the agent. An application must call this method to initialize the class framework and runtime. No other methods can be called until the agent has been successfully initialized. When the agent exits it is important that the shutdown method be called to safely release the resources allocated by the runtime. If an application overrides this method, it should call the superclass implementation after performing its own initialization.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Initialize()
Public Overridable Sub Initialize
public:
virtual void Initialize ()
Exceptions
ExceptionCondition
AdkExceptionthrown if the agent has already been initialized
See Also

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10