C# 클래스 Akka.Dispatch.SingleThreadDispatcher

Class SingleThreadDispatcher.
상속: MessageDispatcher
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
Detach ( ActorCell cell ) : void
Schedule ( System.Action run ) : void

Schedules the specified run.

비공개 메소드들

메소드 설명
SingleThreadDispatcher ( MessageDispatcherConfigurator configurator, DedicatedThreadPoolSettings settings ) : System

메소드 상세

Detach() 공개 메소드

public Detach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell
리턴 void

Schedule() 공개 메소드

Schedules the specified run.
public Schedule ( System.Action run ) : void
run System.Action The run.
리턴 void