Retrieves the list of class prepare requests contained by this manager.
Retrieves the list of class prepare requests contained by this manager.
The collection of class prepare requests in the form of ids
Retrieves the class prepare request using the specified id.
Retrieves the class prepare request using the specified id.
The id of the Class Prepare Request
Some class prepare request if it exists, otherwise None
Retrieves the information for a class prepare request with the specified id.
Retrieves the information for a class prepare request with the specified id.
The id of the Class Prepare Request
Some information about the request if it exists, otherwise None
Determines if a class prepare request with the specified id.
Determines if a class prepare request with the specified id.
The id of the Class Prepare Request
True if a class prepare request with the id exists, otherwise false
Creates a new class prepare request.
Creates a new class prepare request.
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates a new class prepare request based on the specified information.
Creates a new class prepare request based on the specified information.
The information used to create the class prepare request
Success(id) if successful, otherwise Failure
Creates a new class prepare request.
Creates a new class prepare request.
The id of the request used to retrieve and delete it
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Disables pending support.
Disables pending support.
Enables pending support.
Enables pending support.
Indicates whether or not pending support is enabled.
Indicates whether or not pending support is enabled.
True if pending support enabled, otherwise false
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Represents the manager used to store pending class prepare requests and process them later.
Represents the manager used to store pending class prepare requests and process them later.
Retrieves a list of pending class prepare requests.
Retrieves a list of pending class prepare requests.
The collection of class prepare requests
Processes all pending class prepare requests.
Processes all pending class prepare requests.
The collection of successfully-processed class prepare requests
Removes the specified class prepare request.
Removes the specified class prepare request.
The id of the Class Prepare Request
True if the class prepare request was removed (if it existed), otherwise false
Sets enablement of pending support to the specified value.
Sets enablement of pending support to the specified value.
True if enabling support, otherwise false
Provides pending class prepare capabilities to an existing class prepare manager.
Contains an internal pending action manager.