Esempio n. 1
0
 /// <summary>
 /// Answers the <typeparamref name="T"/> protocol proxy for this newly created Actor. (INTERNAL ONLY)
 /// </summary>
 /// <typeparam name="T">The protocol of the Actor</typeparam>
 /// <param name="actor">The Actor instance that backs the proxy protocol</param>
 /// <param name="mailbox">The Mailbox instance of this Actor</param>
 /// <returns></returns>
 internal T ActorProxyFor <T>(Actor actor, IMailbox mailbox)
 => ActorProxy.CreateFor <T>(actor, mailbox);