DataPlace
QueuedWorkItem Class
CSCS.Core.ThreadingQueuedWorkItem
Encapsulates an operation to be performed.
Declaration Syntax
C#
public class QueuedWorkItem
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WaitHandle
WorkerDelegate
Represents the method that will perform the work.

Inheritance Hierarchy
Object
QueuedWorkItem

Assembly: CS.Core.Standard (Module: CS.Core.Standard) Version: 1.0.3271.19813