Term
Which property of the Thread class is used to set or retrieve the current user for an application in role-based security?
|
|
Definition
|
|
Term
|
Definition
Which property of the Thread class is used to set or retrieve the current user for an application in role-based security. |
|
|
Term
|
Definition
Method is used to run a thread. |
|
|
Term
|
Definition
Class from which you should inherit to implement a custom exception. |
|
|
Term
|
Definition
The current execution state of the thread, whether it has been started, is running, or is suspended. |
|
|
Term
|
Definition
Used to invoke the method(s) to which a delegate references. |
|
|
Term
public delegate [void|return] [name] ([args]); |
|
Definition
Syntax used to declare a delegate. |
|
|
Term
ApplicationException class |
|
Definition
Class you should you use to generate an application-specific exception. |
|
|
Term
Thread [name] = new Thread([targetMethod]); |
|
Definition
The syntax for instantiating a Thread object to run a specified method. |
|
|
Term
|
Definition
Method is used to stop a running thread for an amount of time. |
|
|
Term
|
Definition
An abnormal condition at runtime resulting from an error or unexpected operation. |
|
|
Term
|
Definition
Class that allows you to easily manage multiple threads within an application domain. |
|
|
Term
ParameterizedThreadStart Delegate |
|
Definition
Delegate should you use when instantiating a Thread object whose method takes argument(s). |
|
|
Term
|
Definition
Method one should use to invoke on the ThreadPool class to add a delegate. |
|
|
Term
|
Definition
Delegate you should use when instantiating a Thread object whose method takes no arguments. |
|
|
Term
|
Definition
Delegate to use for callbacks from the ThreadPool class. |
|
|
Term
|
Definition
Property of the IAsyncResult interface that indicates an asynchronous operation has ended. |
|
|
Term
|
Definition
Property of the Process class that returns all libraries loaded by the current process. |
|
|
Term
|
Definition
|
|