C# Class Akka.Dispatch.TaskDispatcher

Task based dispatcher
Inheritance: MessageDispatcher
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Schedule ( System.Action run ) : void
TaskDispatcher ( MessageDispatcherConfigurator configurator ) : System

Takes a MessageDispatcherConfigurator

Method Details

Schedule() public method

public Schedule ( System.Action run ) : void
run System.Action
return void

TaskDispatcher() public method

Takes a MessageDispatcherConfigurator
public TaskDispatcher ( MessageDispatcherConfigurator configurator ) : System
configurator MessageDispatcherConfigurator
return System