Retrieves the thread start request using the specified id.
Retrieves the thread start request using the specified id.
The id of the Thread Start Request
Some thread start request if it exists, otherwise None
Retrieves the information for a thread start request with the specified id.
Retrieves the information for a thread start request with the specified id.
The id of the Thread Start Request
Some information about the request if it exists, otherwise None
Determines if a thread start request with the specified id.
Determines if a thread start request with the specified id.
The id of the Thread Start Request
True if a thread start request with the id exists, otherwise false
Retrieves the list of thread start requests contained by this manager.
Retrieves the list of thread start requests contained by this manager.
The collection of thread start requests in the form of ids
Creates a new thread start request for the specified class and method.
Creates a new thread start request for the specified class and method.
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates a new thread start request based on the specified information.
Creates a new thread start request based on the specified information.
The information used to create the thread start request
Success(id) if successful, otherwise Failure
Creates a new thread start request.
Creates a new thread start 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 thread start requests and process them later.
Represents the manager used to store pending thread start requests and process them later.
Retrieves a list of pending thread start requests.
Retrieves a list of pending thread start requests.
The collection of thread start requests
Processes all pending thread start requests.
Processes all pending thread start requests.
The collection of successfully-processed thread start requests
Removes the specified thread start request.
Removes the specified thread start request.
The id of the Class Unload Request
True if the thread start 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 thread start capabilities to an existing thread start manager.
Contains an internal pending action manager.