Encapsulates an operation to be performed.
| C# |
public class QueuedWorkItem
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| QueuedWorkItem(QueuedWorkItem..::.WorkerDelegateDefinition, ThreadPriority, array<Object>[]()[]) | Initializes a new instance of the QueuedWorkItem class | |
| QueuedWorkItem(Delegate, array<Object>[]()[]) | Initializes a new instance of the QueuedWorkItem class | |
| QueuedWorkItem(Delegate, ThreadPriority, array<Object>[]()[]) | Initializes a new instance of the QueuedWorkItem class | |
| Arguments |
The arguments required by the WorkerDelegate.
| |
| Completed |
Represents the method to be called when the operation is complete.
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
Gets the error, if any.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsCompleted | ||
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Priority | ||
| Result |
Gets the object returned by the worker delegate.
| |
| ToString()()() | (Inherited from Object.) | |
| WaitHandle | ||
| WorkerDelegate |
Represents the method that will perform the work.
|
| Object | |
| QueuedWorkItem | |