AmiSyncMethod()
Constructor
Declaration
AmiSyncMethod(
AmiSession * session,
const char * name,
const char * help,
ami_MethodType type,
int inTimeout);
Purpose
Constructs an instance of AmiSyncMethod class.
Parameters
Parameter |
Description |
|
AMI session object. |
name |
Name of the method. |
|
Help text for the method. |
|
Type of method. Must be one of
|
|
The timeout interval of this AMI method. The default is 10000 milliseconds(10 seconds). |