Skip to content

Instantly share code, notes, and snippets.

protected override void OnReceive(object message){
//handle messages here
}
using System;
using Akka.Actor;
namespace ActorsSendingMessages
{
/// <summary>
/// See http://akkadotnet.github.io/wiki/Actors for more details about
/// Akka.NET actors
/// </summary>
public class BasicActor : UntypedActor