Click or drag to resize
Akka.NETActorIdentity Constructor
Initializes a new instance of the ActorIdentity class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorIdentity(
	Object messageId,
	IActorRef subject
)

Parameters

messageId
Type: SystemObject
The same correlating ID used in the original Identify message.
subject
Type: Akka.ActorIActorRef
A reference to the underyling actor.
See Also