CurrentSynchronizationContextDispatcher Class

Dispatcher that dispatches messages on the current synchronization context, e.g. WinForms or WPF GUI thread

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll)

Syntax


public class CurrentSynchronizationContextDispatcher : MessageDispatcher
Public Class CurrentSynchronizationContextDispatcher _
	Inherits MessageDispatcher
public ref class CurrentSynchronizationContextDispatcher : public MessageDispatcher

Inheritance Hierarchy


Object
  Akka.Dispatch..::..MessageDispatcher
    Akka.Dispatch..::..CurrentSynchronizationContextDispatcher