public class ImmediateDispatchQueue
| Visibility | Description |
|---|---|
| Public | Instance Singleton instnace of the MindTouch.Threading.ImmediateDispatchQueue. |
| Visibility | Description |
|---|---|
| Public | QueueWorkItem(Action callback) Adds a work-item to the thread pool. Depending on the implementation, this method may block the invoker or throw an exception if the thread pool cannot accept more items. |
| Public | TryQueueWorkItem(Action callback) In the context of this implementation, ImmediateDispatchQueue.TryQueueWorkItem(Action callback) behaves identically to ImmediateDispatchQueue.QueueWorkItem(Action callback) and will always return True. |
| Public | ToString() (Override) Convert the dispatch queue into a string. |
| Public | Equals(object obj) (Inherited from Object) |
| Public | GetHashCode() (Inherited from Object) |
| Public | GetType() (Inherited from Object) |
| Protected | MemberwiseClone() (Inherited from Object) |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by