Previous page

Next page

Locate page in Contents

Class Methods

There are two basic types of method invocations in the Parallels Python API: synchronous and asynchronous. A synchronous method completes executing before returning to the caller. An asynchronous method starts a job in the background and returns to the caller immediately without waiting for the operation to finish. The following subsections describe both method types in detail.