Contains methods to initialize and terminate the Axis runtime. Creating a stub also initializes the Axis runtime and deleting the stub terminates it. So simple applications that only ever use one stub at a time do not need to call these methods. More complicated applications that initialize multiple stubs, use them and delete them later, should initialize Axis at the start of their application using Axis::initialize and terminate Axis at the very end of their application with Axis::terminate. Applications that use Axis in multiple threads should also call Axis:: initialize and terminate.
Member Function Documentation
void Axis::initialize
(
bool
bIsServer
)
[static]
Initializes the Axis runtime.
Parameters:
bIsServer
should be set to false for client applications.
void Axis::terminate
(
)
[static]
Terminates the Axis runtime.
The documentation for this class was generated from the following file: