Click or drag to resize
ActorTaskScheduler Class

[Missing <summary> documentation for "T:Akka.Dispatch.ActorTaskScheduler"]

Inheritance Hierarchy

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public class ActorTaskScheduler : TaskScheduler

The ActorTaskScheduler type exposes the following members.

Constructors
  NameDescription
Public methodActorTaskScheduler
Initializes a new instance of the ActorTaskScheduler class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetScheduledTasks (Overrides TaskSchedulerGetScheduledTasks.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodQueueTask (Overrides TaskSchedulerQueueTask(Task).)
Public methodStatic memberSchedule
Public methodStatic memberSetCurrentState
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryDequeue
Attempts to dequeue a Task that was previously queued to this scheduler.
(Inherited from TaskScheduler.)
Protected methodTryExecuteTask
Attempts to execute the provided Task on this scheduler.
(Inherited from TaskScheduler.)
Protected methodTryExecuteTaskInline (Overrides TaskSchedulerTryExecuteTaskInline(Task, Boolean).)
Top
Extension Methods
Fields
Properties
  NameDescription
Public propertyId
Gets the unique ID for this TaskScheduler.
(Inherited from TaskScheduler.)
Public propertyMaximumConcurrencyLevel
Indicates the maximum concurrency level this TaskScheduler is able to support.
(Inherited from TaskScheduler.)
Top
See Also