Package prlsdkapi :: Class Result
[hide private]
[frames] | no frames]

Class Result

object --+    
         |    
   _Handle --+
             |
            Result

Contains the results of an asynchronous operation.

Instance Methods [hide private]
 
get_params_count(self)
Determine the number of items (strings, objects) in the Result object.
 
get_param_by_index(self, nIndex)
Obtain an object containing the results identified by index.
 
get_param(self)
Obtain an object containing the results of the corresponding asynchronous operation.
 
get_param_by_index_as_string(self, nIndex)
Obtain a string result from the Result object identified by index.
 
get_param_as_string(self)
Obtain a string result from the Result object.
 
__len__(self)
 
__getitem__(self, index)
 
__iter__(self)

Inherited from _Handle: __del__, __init__, add_ref, free, from_string, get_handle_type, get_package_id, get_type, reg_event_handler, unreg_event_handler

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__