WorkOptions Structure |
Namespace: DigitalRune.Threading
The WorkOptions type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Equals(WorkOptions) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Compares WorkOptions to determine whether they are the same.
| |
Inequality |
Compares WorkOptions to determine whether they are different.
|
Name | Description | |
---|---|---|
DetachFromParent |
Gets or sets a value indicating whether the work will be created detached from its parent.
| |
MaximumThreads |
Gets or sets the maximum number of threads which can concurrently execute this work.
| |
QueueFIFO |
Gets or sets a value indicating whether this work should be queued in a first-in-first-out
(FIFO) order.
|