Click or drag to resize
Dispatchers Class
Class Dispatchers.
Inheritance Hierarchy
SystemObject
  Akka.DispatchDispatchers

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

The Dispatchers type exposes the following members.

Constructors
  NameDescription
Public methodDispatchers
Initializes a new instance of the Dispatchers 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 methodFromConfig
Froms the configuration.
Public methodStatic memberFromCurrentSynchronizationContext
Gets the MessageDispatcher for the current SynchronizationContext. Use this when scheduling actors in a UI thread.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLookup
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Fields
  NameDescription
Public fieldStatic memberDefaultDispatcherId
The default dispatcher identifier, also the full key of the configuration of the default dispatcher.
Public fieldStatic memberSynchronizedDispatcherId
Top
Properties
  NameDescription
Public propertyDefaultGlobalDispatcher
Gets the one and only default dispatcher.
Top
See Also