C# Class Akka.TestKit.CallingThreadDispatcher

Inheritance: Akka.Dispatch.MessageDispatcher
Datei anzeigen Open project: rogeralsing/akka.net

Public Properties

Property Type Description
Id string

Public Methods

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

Method Details

CallingThreadDispatcher() public method

public CallingThreadDispatcher ( MessageDispatcherConfigurator configurator ) : System
configurator Akka.Dispatch.MessageDispatcherConfigurator
return System

Schedule() public method

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

Property Details

Id public_oe static_oe property

public static string Id
return string