Click or drag to resize
DigitalRuneWorkOptions Structure
Defines how an IWork instance can be executed.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public struct WorkOptions : IEquatable<WorkOptions>

The WorkOptions type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(WorkOptions)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares WorkOptions to determine whether they are the same.
Public operatorStatic memberInequality
Compares WorkOptions to determine whether they are different.
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Defines the default options.
Top
Properties
  NameDescription
Public propertyDetachFromParent
Gets or sets a value indicating whether the work will be created detached from its parent.
Public propertyMaximumThreads
Gets or sets the maximum number of threads which can concurrently execute this work.
Public propertyQueueFIFO
Gets or sets a value indicating whether this work should be queued in a first-in-first-out (FIFO) order.
Top
See Also