Click or drag to resize
DispatchersFromCurrentSynchronizationContext Method
Gets the MessageDispatcher for the current SynchronizationContext. Use this when scheduling actors in a UI thread.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static MessageDispatcher FromCurrentSynchronizationContext()

Return Value

Type: MessageDispatcher
MessageDispatcher.
See Also