Click or drag to resize
InboxSend Method

[Missing <summary> documentation for "M:Akka.Actor.Inbox.Send(Akka.Actor.ActorRef,System.Object)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Send(
	ActorRef actorRef,
	Object msg
)

Parameters

actorRef
Type: Akka.ActorActorRef

[Missing <param name="actorRef"/> documentation for "M:Akka.Actor.Inbox.Send(Akka.Actor.ActorRef,System.Object)"]

msg
Type: SystemObject

[Missing <param name="msg"/> documentation for "M:Akka.Actor.Inbox.Send(Akka.Actor.ActorRef,System.Object)"]

Implements

InboxableSend(ActorRef, Object)
See Also