C# Class WinTail.ConsoleWriterActor

Actor responsible for serializing message writes to the console. (write one message at a time, champ :)
Inheritance: Akka.Actor.UntypedActor
ファイルを表示 Open project: sachabarber/AkkaWintail Class Usage Examples

Protected Methods

Method Description
OnReceive ( object message ) : void

Method Details

OnReceive() protected method

protected OnReceive ( object message ) : void
message object
return void