Ejemplo n.º 1
0
 internal object ActorProxyFor(Type protocol, Actor actor, IMailbox mailbox)
 => ActorProxy.CreateFor(protocol, actor, mailbox);
Ejemplo n.º 2
0
 internal T ActorProxyFor <T>(Actor actor, IMailbox mailbox)
 => ActorProxy.CreateFor <T>(actor, mailbox);