[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.
| C# | Visual Basic | Visual C++ |
public virtual void Initialize()
Public Overridable Sub Initialize
public: virtual void Initialize ()
| Exception | Condition |
|---|---|
| AdkException | thrown if the agent has already
been initialized
|