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