ami_Method
Type
Purpose
This is the AMI C API method object handle. It encapsulates all the information required to define and support an AMI method. It is used to identify a specific AMI method in AMI C API functions.
Remarks
All ami_Method
instances are associated with a specific ami_Session
instance and are destroyed along with the ami_Session
when ami_SessionDestroy()
is called. There is no need (or function) to destroy an ami_Method
.