Practical .NET2 and C#2 Cross-Reference
![]() | By Patrick Smacchia |
![]() | ![]() | ![]() | ![]() | ![]() |
Page 246 ...ts modification in order for it to roll back the change if the transaction failed. The CRM must be capable of validating the changes (commit) or to cancel them (rollback) even if the process which manages it is destroyed during the transaction. If this process is effectively destroyed during the tra... | Page 740 ...ot need to restart the web application for the changes to be applied. This however will lead to the loss of the states maintained in the memory of the application (both session and application states). In consequence, you must avoid updating the configuration of a production web application as it co... | Page 310 If the character cannot be found, the method returns 1. The | Page 552 ...ssage queue specific to this thread. Such a thread can manage several windows. When a message arrives, the thread executes the appropriate callback procedure. The main code of such a thread is built with a loop which is executed each time a message is received. This loop generally contains a giganti... | Page 282 The advantage of the stack is that the access to its data is quicker than to the heap. This gain is mostly due to IL instruction specialized for the access to the stack. This gain is also due to the fact that the access to the elements of the stack does not need to be synchronized. |
Public Methods (see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() | Overloaded. (Inherited from | |
![]() | ||
![]() | ||
![]() | ||
![]() |
Protected Methods
| Name | Description | |
|---|---|---|
![]() | ||
![]() |
See Also










